I\'m trying to create a tutorial for my application with Page Control
. I\'m not entirely sure how to go about creating this tutorial view, and was hoping somebo
Here is a step by step tutorial for what you want to do: http://www.appcoda.com/uipageviewcontroller-tutorial-intro/
The above tutorial shows how to create a UIPageViewController using Interface Builder. The tutorial was rewritten to make it compatible with iOS 7 and Xcode 5 and to use Storyboard. You can find the updated tutorial at this link: http://www.appcoda.com/uipageviewcontroller-storyboard-tutorial/
If you're open to using third party libraries there are several options:
https://github.com/MatthewYork/iPhone-IntroductionTutorial
https://github.com/icepat/ICETutorial
https://github.com/ealeksandrov/EAIntroView
https://github.com/GnosisHub/GHWalkThrough