iphone - 设置起始标签栏

发布于 2024-11-01 02:24:01 字数 94 浏览 1 评论 0原文

是否可以将选项卡栏控制器中的起始控制器设置为不是第一个控制器(不是选项卡栏上的第一个选项卡图标),而是第三个控制器(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

微凉 2024-11-08 02:24:01

是的。在 code/xib 中,您必须将 tabBarControllerselectedIndex 属性设置为 2
(索引从0开始)

谢谢,

Yes, it is. In code/xib you have to set tabBarControllers ' selectedIndex property as 2.
(index starts from 0)

Thanks,

终难愈 2024-11-08 02:24:01

是的,你可以轻松做到这一点......只需使用这个,你可以通过编程方式或在 Xib 文件中做到这一点

[self.tabBarController setSelectedIndex:2];

Ya you can do it easily....just use this ,You can do it either programmatically or in Xib file

[self.tabBarController setSelectedIndex:2];
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文