gpt4 book ai didi

ios7 - 如何隐藏iOS状态栏

转载 作者:行者123 更新时间:2023-12-03 04:08:41 24 4
gpt4 key购买 nike

在我的 iOS 视频应用程序中,状态栏隐藏在某些 View Controller 中。我已经使用以下代码完成了此操作。

[[UIApplication sharedApplication] setStatusBarHidden:YES];
  • 它适用于 iOS 5 和 iOS 6,但不适用于 iOS 7。

  • 我在特定的 View Controller 中尝试过这个,

例如:

-(BOOL)prefersStatusBarHidden { return YES; }

它运行良好,但我无法在父 View Controller 中再次显示状态栏。

最佳答案

您应该将此值添加到 plist:“查看基于 Controller 的状态栏外观”并将其设置为“NO”。

enter image description here

关于ios7 - 如何隐藏iOS状态栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18979837/

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