Launching a login view before the tab bar controller is displayed
I have an ios5 app developed using storyboards that currently displays a tab bar controller view on initial launch. I would like to display a login screen before the tab bar controller is displayed. The user would enter his username & password, the system would then authenticate the user and then if successful, display the tab bar controller. I have tried the following 3 options with no luck.. any ideas ? (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Option 1 UITabBarController *tabBarController = (UITabBarController *)self