以编程方式切换到“更多” iPhone 上的选项卡
我想以编程方式将 tabBarController 初始化为用户选择的最后一个选项卡。这对于我的标准选项卡来说工作正常,但是如果 uwer 位于“更多”选项卡上,我无法弄清楚如何初始化它,因为该选项卡(据我所知)没有索引)。
有人知道这样做的方法吗?
I want to programmatically initialise my tabBarController to the last tab selected by the user. This works OK for my standard tabs, but if the uwer was on the "more" tab, I cannot figure out how to initialise it as this tab doesn't (to my knowledge) have an index).
Is anyone aware of a way of doing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
直接来自
-[UITabBarController selectedIndex]
文档:所以只需这样做:
Straight from the
-[UITabBarController selectedIndex]
documentation:So just do: