我很想知道如何通过代码更改UITabBar的选定选项卡?
是的,我知道这个帖子的副本是: Objective C: How to switch from one Tab bar to another via program 但那个解决方案没有用。
谢谢!
-Shredder2794
答案 0 :(得分:1)
这适用于您的情况吗?
[tabBar setSelectedItem:[[tabBar items] objectAtIndex:index]];
或
[tabBarController setSelectedIndex:index];