iPhone - 为什么全屏不起作用,但它适用于 iPad?

iPhone - why the fullscreen does not work but it works with iPad?

在 iPad Pro、Air、Mini 中,相同的设置有效,但是当我使用 iPhone 7 真实设备并启动相同的应用程序时,它不会像任何 [=22] 那样全屏显示=].

是否有任何其他设置我可以 need/missing 使这两个平台 运行 我的应用正确?

- (void)viewDidLoad {
  [super viewDidLoad];
  self.view.backgroundColor = [UIColor blackColor];
    //[self myMethodHere:@"testing/pesting"];
  [self showASimpleExitButtonOnBottomCenter];
}

如图所示,我在这部分遇到过一次同样的问题。看看对你有没有帮助。

由于 Launch Images Source 问题出现了。

希望对你有帮助..

问题的解决方案是:

1) 删除 "Launch image source"

2) 添加 "Launch Screen file" > 新 LaunchScreen.storyboard