导航栏上方显示黑色 space

Black space showing above navigation Bar

  1. 我没有使用我的 iOS app.I 手动创建的故事板 UIViewController 和从 AppDelegate.The 调用以下是 我在 AppDelegate.Can 中使用的代码结构,请您提出建议 我为什么应用程序在导航栏上方显示黑色 space 除了 iPhone 4S simulator.Below 我附上了我的问题的截图。

    登录视图 *登录视图; UINavigationController *myNav ;

    loginView = [[LoginView alloc] initWithNibName:@"LoginView" bundle:nil];

    myNav= [[UINavigationController 分配] nitWithRootViewController:loginView];

    self.window.rootViewController = myNav; [self.window makeKeyAndVisible];

为 iPhone 5 及更高版本添加启动图像。 或者您可以包含 LaunchScreen xib/storyboard.