Quote:
Originally Posted by Domele
Not that familiar with UITabBarControllers but you could try setting the selectedViewController property.
|
this didnt quite work but it put me on the right track.
I found this works, it'll switch the view to the second tab (0 being first tab):
Code:
self.tabBarController.selectedIndex = 1;