UITabBarController设置选择了MORE BUTTON

时间:2011-07-21 10:22:13

标签: iphone objective-c xcode

如何在代码中切换到UITabbarController上的更多按钮,我想让UITabController将选定视图设置为更多

1 个答案:

答案 0 :(得分:2)

http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UITabBarController_Class/Reference/Reference.html

[myTabBarController setSelectedViewController: [myTabBarController moreNavigationController]];