user784625
user784625

Reputation: 1938

UITabBarController set selected MORE BUTTON

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

Answers (1)

ySgPjx
ySgPjx

Reputation: 10265

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

[myTabBarController setSelectedViewController: [myTabBarController moreNavigationController]];

Upvotes: 2

Related Questions