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

时间:2017-03-17 08:00:35

标签: ios objective-c iphone ipad

enter image description here 在iPad Pro,Air,Mini中,相同的设置正在运行,但是当我使用iPhone 7真实设备并启动相同的应用程序时,它不会像任何iPad一样全屏显示。

我可能需要/缺少任何其他设置才能让两个平台正确运行我的应用程序吗?

enter image description here

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

2 个答案:

答案 0 :(得分:2)

按照图片,我在本节中遇到过同样的问题。看它,如果它对你有帮助。

enter image description here

由于启动图像来源问题出现了。

希望它可以帮助你..

答案 1 :(得分:0)

问题的解决方案是:

enter image description here

1)删除“启动图像源”

2)添加“启动屏幕文件”>新的LaunchScreen.storyboard