XCode 4.2:如何使用基于页面的应用程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9425737/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 23:25:42  来源:igfitidea点击:

XCode 4.2: How To Use Page-Based Application

objective-ciosxcodeios5xcode4.2

提问by Crisn

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.

我正在尝试探索 xcode 4.2,现在我正在尝试使用 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.

我实际上不知道基于页面的应用程序的情况如何。为了练习,我想在每个页面中加载 1 张图像(每页不同的图像)。这只是一本简单的图画书,供我学习和熟悉如何使用基于页面的应用程序。

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??

任何链接供参考?或处理基于页面的应用程序的书籍?

回答by HashHazard

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

Wei-Meng Lee 有一本书叫做“Beginning iOS 5 Application Development”,他为书主免费提供在线源代码。它位于: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.

在完整下载中有一个名为 UsingViews (UsingViews.zip) 的应用程序。该应用程序向您展示了如何在视图中移动。我强烈建议购买他的书。很有帮助。

Apple Documentation is also very helpful as others have already pointed out.

正如其他人已经指出的那样,Apple 文档也非常有帮助。