Xcode:基于页面的应用程序
我想使用 Xcode 4.2 的新的基于页面的应用程序制作一个图书应用程序,但我有点迷失了,我对此有点困惑。
对于我的第一次尝试,我想在每个页面上放置不同的图像,只是为了熟悉它,我应该怎么做?
我还没有编写任何代码,因为我不知道从哪里开始。
I want to make a book application using the new page-based app of Xcode 4.2 but I'm kinda lost, I'm a bit confused with it.
For my first try I want to put different images per page, just to be familiar with it, how should I do that?
I haven't coded anything yet because I don't know where to start.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从哪里开始学习
UIPageViewController
:查看 iOS 的控制器目录: “页面视图控制器”
WWDC 2011 视频的最后 15 分钟:实现 UIViewController 遏制
Techtopia:示例 iOS 5 iPhone UIPageViewController 应用程序
Where to start learning about
UIPageViewController
:View Controller Catalog for iOS: “Page View Controllers”
The last 15 minutes of WWDC 2011 Videos: Implementing UIViewController Containment
Techtopia: An Example iOS 5 iPhone UIPageViewController Application