Quote:
Originally Posted by maur74
Hi,
it's a very simple question but really I've got some problems setting wich xib is the default showed during the sturtup of a iphone application. 
I've started a new project using tab bar template but after some (  ) changes now runnign the application an empy window appears instead of FirstView. why??? 
thanks!
|
you can just specify selectedIndex property of your UITabBarController after you have created it.
if your using IB - create an outlet for UITabBarController and set this property as you need in viewWillAppear method.