gpt4 book ai didi

ios - 如何在 iPhone 6 设备的 iOS 8.2 中隐藏状态栏?

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:16:00 25 4
gpt4 key购买 nike

通过将“UIViewControllerBasedStatusBarAppearance”设置为“NO”,我们可以在 <= iOS 8.1(所有设备)中隐藏状态栏。但它仅适用于 iPhone 6 和 6+ 设备的 iOS 8.2 版本。谁能帮帮我??

最佳答案

enter image description here在您的应用程序 plist 文件中添加一行,将其命名为“View controller-based status bar appearance”并将其设置为 NO。

或者也试试这个。`

-(BOOL)prefersStatusBarHidden{
return YES;
}

`

关于ios - 如何在 iPhone 6 设备的 iOS 8.2 中隐藏状态栏?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29896666/

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