UIPageViewController

Earlier, I have created a short video tutorial on how to use UIPageViewController to create the “App Tutorial Page” which will start up as soon as your mobile app launches. You can use this app tutorial to introduce your app to the user who starts your app for the very first time and then let…

Read More UIPageViewController. Create and Skip App Tutorial Pages.

In this video tutorial I demonstrate how to create UIPageViewController in Swift. One of the ways UIPageViewController can be used is to create a little scroll through tutorial for your mobile application and in this video tutorial I am demonstrating just that. Source code to entire project can be downloaded from here: https://github.com/simplyi/UIPageVIewControllerExample

Read More UIPageViewController example in Swift