使用页面控制为我的iOS应用程序创建教程

时间:2013-08-13 17:15:47

标签: ios objective-c

我正在尝试使用Page Control为我的应用程序创建教程。我不完全确定如何创建这个教程视图,并希望有人可以提供一些建议或指向我的教程。我已经研究了好几天了,但没有遇到任何相关的解决方案......

我基本上想知道它使用了什么UI Elementspage control + UINagivationControllerUIViewController

enter image description here

1 个答案:

答案 0 :(得分:26)

以下是您要执行的操作的分步教程: http://www.appcoda.com/uipageviewcontroller-tutorial-intro/

上面的教程展示了如何使用Interface Builder创建UIPageViewController。该教程被重写以使其与iOS 7和Xcode 5兼容并使用Storyboard。您可以在以下链接中找到更新的教程:http://www.appcoda.com/uipageviewcontroller-storyboard-tutorial/

如果您愿意使用第三方库,可以选择以下几种方法:

https://github.com/MatthewYork/iPhone-IntroductionTutorial

https://github.com/icepat/ICETutorial

https://github.com/ealeksandrov/EAIntroView

https://github.com/GnosisHub/GHWalkThrough