iphone - 设置起始标签栏
是否可以将选项卡栏控制器中的起始控制器设置为不是第一个控制器(不是选项卡栏上的第一个选项卡图标),而是第三个控制器(4 图标选项卡栏上的第三个图标)?
谢谢!
Is it possible to set the starting controller in a tab bar controller not as the 1st one (not as the first tab icon on the tab bar), but as the 3rd one (3rd icon on a 4-icon tab bar)?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。在 code/xib 中,您必须将
tabBarController
的selectedIndex
属性设置为2
。(索引从0开始)
谢谢,
Yes, it is. In code/xib you have to set
tabBarController
s 'selectedIndex
property as2
.(index starts from 0)
Thanks,
是的,你可以轻松做到这一点......只需使用这个,你可以通过编程方式或在 Xib 文件中做到这一点
Ya you can do it easily....just use this ,You can do it either programmatically or in Xib file