gpt4 book ai didi

ios - iOS 7 上的全屏 UIViewController

转载 作者:行者123 更新时间:2023-11-29 02:12:45 25 4
gpt4 key购买 nike

我有一个应用程序在 iOS 8、iPhone 5 上显示良好,但在 iOS 7、iPhone 4 上无法全屏显示。正如您在下面的屏幕截图中看到的,应用程序顶部有一个白条屏幕。我的所有 View Controller 中都存在白条。

在我的 info.plist 中我有:

View controller-based status bar appearance : NO
Status bar is initially hidden : YES

在我的 ViewController 中我有:

override func prefersStatusBarHidden() -> Bool {
return true
}

截图:

Screen shot

最佳答案

我认为您可能将顶部约束设置为固定到顶部边距而不是顶部。

移除边距并直接固定到父 View 的顶部。

关于ios - iOS 7 上的全屏 UIViewController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29101871/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com