UITabBarController with none selected controller - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T08:39:41Z http://stackoverflow.com/feeds/question/1050772 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1050772/uitabbarcontroller-with-none-selected-controller 1 UITabBarController with none selected controller Panagiotis Korros 2009-06-26T19:19:15Z 2009-07-07T00:12:15Z <p>In the 3.0 version of the iPod application (and maybe in previous versions too) when the iPod application is launched after a sync the UITabBarController appears with no tab selected...</p> <p><a href="http://twitpic.com/8hlpm" rel="nofollow">iPhone iPod loading screen</a></p> <p>Is there any way to accomplish the same behaviour? or is this just the Default.png displayed by the iPod app at startup?</p> http://stackoverflow.com/questions/1050772/uitabbarcontroller-with-none-selected-controller/1050798#1050798 0 Answer by Kendall Helmstetter Gelner for UITabBarController with none selected controller Kendall Helmstetter Gelner 2009-06-26T19:24:40Z 2009-06-26T19:24:40Z <p>I'm not sure it's the default.png, when I launch mine the loading screen appears to be all black - and you wouldn't expect a default.png to be able to have the tab bar elements when you are allowed to re-order them as you are in the iPod app.</p> <p>Perhaps if you set the UITabBarController selectedVC to nil...</p> http://stackoverflow.com/questions/1050772/uitabbarcontroller-with-none-selected-controller/1051348#1051348 0 Answer by Simon for UITabBarController with none selected controller Simon 2009-06-26T21:25:45Z 2009-06-26T21:25:45Z <p>That doesn't look/feel like it is done with Default.png. Looking at the <a href="http://developer.apple.com/IPhone/library/documentation/UIKit/Reference/UITabBarController%5FClass/Reference/Reference.html#//apple%5Fref/occ/instp/UITabBarController/selectedViewController" rel="nofollow">docs online (under selectedViewController)</a>, you can select a view controller that isn't shown in the tab bar but still in the viewControllers array, and may be this is how it's done in the iPod/music app. So essentially make a view controller for a tab that isn't selectable from the tab bar by the user, and select that view controller programatically.</p> http://stackoverflow.com/questions/1050772/uitabbarcontroller-with-none-selected-controller/1089786#1089786 1 Answer by eskim2rock for UITabBarController with none selected controller eskim2rock 2009-07-07T00:12:15Z 2009-07-07T00:12:15Z <p>did you get the solution of this? I'm still finding, too.</p> <p>Any idea?</p>