简体   繁体   English

iPhone-多页

[英]iPhone- Multiple pages

I have a view based app going here with 3 different pages, I can't for the life of me get all the pages linked together correctly or completely. 我有一个基于视图的应用程序,其中包含3个不同的页面,我无法终生将所有页面正确或完全链接在一起。

Its just a home page with 2 buttons linking to the first and send page.... then back to the home page. 它只是一个主页,带有2个按钮的链接到第一个按钮并发送页面...。然后返回到主页。

I have a mock up of what I am working with if someone could look at it and tell me what I am doing wrong here: 如果有人可以看一下并告诉我我做错了什么,我会模拟我正在使用的工具:

files.me.com/bolinger/0i1isa files.me.com/bolinger/0i1isa

thanks mates! 谢谢队友!

Sounds like you can probably make do with a "Navigation-based Project" Xcode can generate for you. 听起来您可能可以使用Xcode可以为您生成的“基于导航的项目”。 As for sample code, TableViewSuite is a good place to start. 至于示例代码, TableViewSuite是一个不错的起点。

Basically, the UINavigationController class takes care of most of the bookkeeping; 基本上, UINavigationController类负责大多数簿记工作; you just push or pop views as the user taps the buttons in your app. 您只需在用户点击应用中的按钮时推送或弹出视图。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM