It's possible select the UITabBarItem desired in a TabBarController with 4 UITabBarItem with a click on a button?
Asked
Active
Viewed 575 times
1 Answers
0
Sure. Just set the tab bar controller's selectedViewController
or selectedIndex
property to the desired view controller or tab index.

Ole Begemann
- 135,006
- 31
- 278
- 256
-
I am in one of the UITabBarItem which kind of action can i write to do this? thanks – user588897 Jan 25 '11 at 13:47