Creating a tutorial for my iOS app with page control

前端 未结 1 1000
旧巷少年郎
旧巷少年郎 2020-12-09 06:08

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

相关标签:
1条回答
  • 2020-12-09 06:40

    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

    0 讨论(0)
提交回复
热议问题