UITabBarViewController Navigation Item in displays in Status Bar area on Launch
问题 When launching a UITabBarViewController from code in a storyboard the first view displays the navigation controller too high in the status area. Tapping the tabs corrects it, however the first view is incorrect. Do I need something else in the AppDelegate? Specific code solutions would be appreciated. Thanks - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Need something here??? return YES; } // initial UITabBarViewController in