如何添加标签栏?
我有一个基于视图的应用程序, 在我的第二个视图中,我想要有 5 个选项卡。
但我不知道如何实现它。 我已经添加了 5 个选项卡,但它不起作用,任何教程或其他东西都会非常有帮助,
非常感谢
i m having an view based application,
in my second view i want to have an 5 tabs.
but i hv no idea how to implement it.
i hv already added 5 tabs,but its not working, any tutorials or somethionng will be very helpfdul
thanks a ton
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当我开始编程的时候,我发现这个非常有帮助。
使用 UITabBarController 和 UINavigationController 的 iPhone 应用程序教程
另外一点:
如果您开始使用 XCode 中的“Tab Bar Application”模板进行开发,那么开始可能会更容易一些。
我还会质疑基于视图且仅在其模式视图之一中具有选项卡控制器的应用程序的设计。我不确定这是否足以让您的应用程序被拒绝,但我可以想象这种 UI 设计可能不符合 Apple iPhone 人机界面指南
I found this one quite helpfull back in the days when I started programming.
Tutorial for iPhone app with UITabBarController and UINavigationController
On another note:
If you start developing with the "Tab Bar Application" template from XCode things might be a little bit easier to start with.
I would also question the Design of an application that is view based and has a tabcontroller only in one of its modal views. I'm not sure if this is reason enough for your app to be rejected, but i could imagine that this sort of UI design might not be in line with Apples iPhone Human Interface Guidelines