标签: iphone objective-c xcode
如何在代码中切换到UITabbarController上的更多按钮,我想让UITabController将选定视图设置为更多
答案 0 :(得分:2)
http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UITabBarController_Class/Reference/Reference.html
[myTabBarController setSelectedViewController: [myTabBarController moreNavigationController]];