标签: iphone uitabbarcontroller
是否可以通过编程方式更改标签?
切换标签,以便用户看到另一个标签视图。
答案 0 :(得分:2)
只需在UITabBarController上设置selectedIndex。
selectedIndex
UITabBarController *tabbarController = ... ... tabbarController.selectedIndex = 1; //Tabs indexed from 0, left to right