gpt4 book ai didi

ios - 如何使用 Swift 3 在 iOS 10 上隐藏状态栏及其内容?

转载 作者:搜寻专家 更新时间:2023-10-31 08:19:42 28 4
gpt4 key购买 nike

我已经阅读了这些问题,但不仅是这些问题,还没有找到解决我的问题的方法:

实际发生在我身上的是我隐藏了状态栏的内容,但没有隐藏状态栏本身:

    override var prefersStatusBarHidden: Bool {

return true

}

它一直出现在屏幕顶部,透明,没有任何内容。

最佳答案

在 Swift 3 中以编程方式隐藏状态栏:

UIApplication.shared.keyWindow?.windowLevel = UIWindowLevelStatusBar

把它带回来:

UIApplication.shared.keyWindow?.windowLevel = UIWindowLevelNormal 

如果您愿意,可以在 Apple's docs 中了解有关 UIWindowLevel 的更多信息.

关于ios - 如何使用 Swift 3 在 iOS 10 上隐藏状态栏及其内容?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45511659/

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