问题描述
我正在尝试使用页面控制
为我的应用程序创建教程。我不完全确定如何创建这个教程视图,并希望有人可以提供一些建议或指向我的教程。我已经研究了几天但没有遇到任何相关的解决方案...
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 somebody could provide some advice or point me to a tutorial. I've been researching for several days now but haven't come across any relevant solutions...
我基本上想知道 UI元素是什么
这个用吗? 页面控件
+ UINagivationController
或 UIViewController
?
I'm essentially wondering what UI Elements
this uses? A page control
+ UINagivationController
or UIViewController
?
推荐答案
以下是您要执行的操作的分步教程:
Here is a step by step tutorial for what you want to do:http://www.appcoda.com/uipageviewcontroller-tutorial-intro/
上面的教程展示了如何创建使用Interface Builder的UIPageViewController。重新编写教程以使其与iOS 7和Xcode 5兼容并使用Storyboard。您可以在以下链接中找到更新的教程:
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:
这篇关于使用页面控件为我的iOS应用程序创建教程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!