UIProgressView Tutorial: Show download progress to users in IOS8

Tags: #UIProgressView #Tutorial #IOS8 #Download #Percentage                                               Most of the apps made are based on a centralised database and which means interactivity with server using internet. For app developers, its a common situation/scenario to

UIProgressView Tutorial: Show download progress to users in IOS8 Read More »

Create keyboard extension in IOS 8 SDK – (Part 1 – Introduction)

Tags: #Keyboard extension #Tutorial #IOS8  Extensions are the new features introduced in IOS 8 and like android developers, IOS developers can also override default keyboards with their custom keyboard. This is a wonderful feature as IOS users can set  a keyboard of their IOS devices as per their choices and offer different themes to the keyboards.

Create keyboard extension in IOS 8 SDK – (Part 1 – Introduction) Read More »

How to calculate number of days between current date and selected weekday in IOS SDK

Mostly in IOS app development we need alarm functionality in our apps. As we all know that we can fire alarm in our IOS app as UILocalNotification. But to fire alarm or UILocalNotification we need  seconds or time to be passed when scheduling our UILocalNotification. If you did not know much about UILocalNotification, then you

How to calculate number of days between current date and selected weekday in IOS SDK Read More »

Create keyboard extension in IOS 8 SDK – (Part 2 – Keyboard Implementation)

In IOS 8 Extensions are added  and it’s a wonderful feature that IOS user are waiting from long time. In last post we covered basics of creating keyboard extension in IOS 8 SDK, you can read it from Here Now we have to create our keyboard and we are not using auto layout for this, we

Create keyboard extension in IOS 8 SDK – (Part 2 – Keyboard Implementation) Read More »

Integrate Applovin banner ad in IOS

Applovin SDK for monetization of smartphone is an another better alternative for the app developers. Recently I got a project and my Project manager asks me to integrate different ad networks that are available for smartphone app monetization. So when I started integrating Applovin SDK, I comfortably integrated popover ads, but had some tough ask when adding a banner

Integrate Applovin banner ad in IOS Read More »

UIActivityViewController IOS Tutorial

In this tutorial, we will learn about UIActivityViewController, is another nice way for providing user’s with lot of options to do with your app document such as image, text etc. and to share documents via Airdrop, printing document etc. It much more like UIDocumentInteractionController, but offers developer a more control than UIDocumnetInteractionController. If you are not familiar

UIActivityViewController IOS Tutorial Read More »