Get page number from UIScrollView

Getting page number from UIScrollView In order to get  page number form UIScrollView, we need to implement UIScrollView delegate method names   scrollViewDidEndDecelerating   This methods gets called when UIScrollView gets to halt or stopped after scrolling the content, Thus at this point we can get  the page number by calculating the width of UIScrollview […]

Get page number from UIScrollView Read More »

UIDocumentInteractionController Tutorial

NOTE:  Swift Version of UIDocumentInteractionController UIDocumentInteractionController Tutorial UIDocumentInteractionController is a powerful class available to iPhone developers that let developers to provide in app support to their users. For example a wallpaper application, that allows user’s to save wallpaper images in their photos app of the device. For this purpose developer has two options 1). Save

UIDocumentInteractionController Tutorial Read More »

IOS 8 features

Apple launched IOS 8 on 2nd June 2014, and with that many more new features are provided to iPhone and iPad that make it more lucrative to the users. In this post, we will read about the some of the new features introduced with IOS 8.  Touch id: Your app needs high security of the

IOS 8 features Read More »