通过代码更改选定的TabBarItem?

时间:2012-04-23 03:55:11

标签: iphone ios xcode cocoa-touch ipad

我很想知道如何通过代码更改UITabBar的选定选项卡?

是的,我知道这个帖子的副本是: Objective C: How to switch from one Tab bar to another via program 但那个解决方案没有用。

谢谢!

-Shredder2794

1 个答案:

答案 0 :(得分:1)

这适用于您的情况吗?

[tabBar setSelectedItem:[[tabBar items] objectAtIndex:index]];

[tabBarController setSelectedIndex:index];