UITabBarItem 和选择视图之一
是否可以通过单击按钮来选择具有 4 个 UITabBarItem 的 TabBarController 中所需的 UITabBarItem?
It's possible select the UITabBarItem desired in a TabBarController with 4 UITabBarItem with a click on a button?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然。只需将选项卡栏控制器的
selectedViewController
或selectedIndex
属性设置为所需的视图控制器或选项卡索引即可。Sure. Just set the tab bar controller's
selectedViewController
orselectedIndex
property to the desired view controller or tab index.