I'll clarify my question.
Is it possible to load tab bar item i when the tab bar controller loads and not just the first tab bar item?
Thanks
EDIT:I've found the solution, for anyone interested here it is:
self.tabBarController.selectedIndex = 1;
Last edited by embedded; 02-09-2010 at 03:29 PM.
|