每个视图有不同的 tabBaritems
我想要在每个视图中使用不同的 tabBaritems,目前不知道从哪里开始,任何人都可以给我指导,以便我可以开始使用该帮助
i want different tabBaritems in each of my view currently didnt have any idea from where to start can any one give me the guideline so that i can get started on that plz help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不打算插入任何导航控制器,那么您可以从选择选项卡栏控制器模板开始。
有关更多信息,您可以尝试这些标签栏教程。它非常详细。
http://www.mobisoftinfotech.com/blog/iphone/iphone-tabbar-uitabbarcontroller-tutorial/
或者如果您想要带有导航控制器的选项卡栏,请尝试此教程
http://21gingerman.wordpress.com/2009/04/06/tutorial-and-sample-code-for-iphone-app-with-tab-bar-and-nav-bar/
if you dont plan to insert any navigation controller, then u can start by choosing the tabbar controller template.
For more info you can try these tabbar tutorial.. Its quite detailed..
http://www.mobisoftinfotech.com/blog/iphone/iphone-tabbar-uitabbarcontroller-tutorial/
or if you want the tab bar with navigation contoller, try this tutorial
http://21gingerman.wordpress.com/2009/04/06/tutorial-and-sample-code-for-iphone-app-with-tab-bar-and-nav-bar/