为应用程序创建一个主页视图
大家好,我非常渴望知道我们如何制作像此应用程序中那样的视图,具有调用不同视图控制器的不同图标和编辑按钮以将快捷方式添加到底部的选项卡栏。任何教程链接将不胜感激。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
大家好,我非常渴望知道我们如何制作像此应用程序中那样的视图,具有调用不同视图控制器的不同图标和编辑按钮以将快捷方式添加到底部的选项卡栏。任何教程链接将不胜感激。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
这是一个非常长远的观点,你为什么想要这个?除非您将其放入 UIScrollView 中。
检查 Three20 Launcher,它可能适合您的需求,而且它是广泛应用于许多应用程序中。
Thats a really long view, why would you want that? Unless you are putting that into a UIScrollView..
Check Three20 Launcher, it may suit your needs, and it is widely used in many apps.
以下是使用 UITabBarController 的教程: http://21gingerman.wordpress.com/2009/04/06/tutorial-and-sample-code-for-iphone-app-with-tab-bar-and-nav-bar/
这似乎是你所要求的。
它将允许您有一个“更多”按钮,为您提供您正在寻找的视图。
否则,似乎如果您需要更多控制,您所寻找的内容可以通过 UIScrollView 和一些 UIImageView 来相当简单地完成。苹果开发网站的开发人员视频部分有两个关于使用 UIScrollView 的精彩视频。 (它们在 iTunes 中打开)http://developer.apple.com/videos/
Here is a tutorial for using the UITabBarController: http://21gingerman.wordpress.com/2009/04/06/tutorial-and-sample-code-for-iphone-app-with-tab-bar-and-nav-bar/
Which seems like what you're asking for.
It will allow you to have a "More" button which gives you the view you're looking for.
Otherwise, seems like if you need more control, what you're looking for could be accomplished fairly simply with a UIScrollView and some UIImageViews. There are two great videos on using UIScrollView in the developer videos section of the apple dev site. (They open up in iTunes) http://developer.apple.com/videos/