views:

138

answers:

1

I have an iphone application which has about 4 tabs. How do I force the program to start on the second tab?

Currently I have switched the first and second tab, but the aesthetics are horrid.

+5  A: 

change the selectedViewController property

groundhog
You should be able to use selectedIndex too if the view controller is already setup.
criscokid
Yes, for this particular one of the second index, but for things that fall under "More" you can not, you must use this property.
groundhog