Reputation: 1938
how can I switch to more button on UITabbarController in code, I want to make UITabController set selected view to more
Upvotes: 0
Views: 318
Reputation: 10265
[myTabBarController setSelectedViewController: [myTabBarController moreNavigationController]];
Upvotes: 2