XCode 4.2:如何使用基于页面的应用程序
我正在尝试探索 xcode 4.2,现在我正在尝试使用 xcode 上基于页面的应用程序模板构建一个简单的图书应用程序。
我实际上不知道基于页面的应用程序上的情况如何。为了练习,我想在每个页面中加载 1 个图像(每个页面不同的图像)。这只是一本简单的图画书,仅供我学习和熟悉如何使用基于页面的应用程序。
我对此有点困惑,我不知道从哪里开始。我怎样才能做到这一点?
有参考链接吗?或者处理基于页面的应用程序的书籍?
I am trying to explore xcode 4.2, and now i am trying to build a simple book app using the page-based app template on xcode.
I actually have no idea how things go on page-based app. to practice i want to load 1 image (different image each page) in every page. it's just a simple picture look book just for me to learn and be familiar how will i able to work with page-based application.
I am a bit confused with it, i don't know where to start. how will i able to do that??
any links for reference? or books that tackles the page-based application??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Wei-Meng Lee 写了一本书,名为“Beginning iOS 5 Application Development”,他为书主免费提供在线源代码。它位于此处:http://www.wrox.com/WileyCDA/WroxTitle/Beginning-iOS-5-Application-Development.productCd-1118144252,descCd-DOWNLOAD.html
在完整下载中有一个我强烈建议您购买他的书,它非常有帮助
。正如其他人已经指出的那样,也非常有帮助。
There is a book by Wei-Meng Lee called 'Beginning iOS 5 Application Development" he has online source code free for book owners. It's located here: http://www.wrox.com/WileyCDA/WroxTitle/Beginning-iOS-5-Application-Development.productCd-1118144252,descCd-DOWNLOAD.html
In the FULL DOWNLOAD there is an app called UsingViews (UsingViews.zip). That app shows you how to move through views. I highly recommend purchasing his book. Very Helpful.
Apple Documentation is also very helpful as others have already pointed out.