views:

57

answers:

0

Hi,

is there a way to move a UITabBarController defined in the MainWindow.XIB in a separate XIB? I would like to load the TabBarController (RootViewController of my App) asynchronously while the user is stareing at the login screen to speed up the App launch time. Currently the TabBarController is loaded with the Main-Window and 'wired' within the AppDelegate as an IBOutlet. I display the LoginViewController in front of it.

Thanks, MacTouch