启动过程中如何隐藏StatusBar,启动后再次显示

Posted

技术标签:

【中文标题】启动过程中如何隐藏StatusBar,启动后再次显示【英文标题】:How to hide StatusBar in the course of launching,and show it again after the launching 【发布时间】:2016-06-12 06:10:10 【问题描述】:

谁能告诉我如何在启动过程中隐藏状态栏并在启动后再次显示?

【问题讨论】:

***.com/questions/32965610/… ***.com/questions/1147706/… ***.com/questions/20865639/… 重复 【参考方案1】:

非常简单,在 Info.plist 文件中设置 Status bar is initially hidden YES 并确保您没有在 info.plist 文件中设置 View controller-based status bar appearance

【讨论】:

【参考方案2】:

在 info.plist 中将 UIStatusBarHidden 设置为 true 或 false,以便在启动时显示或隐藏状态栏。

<key>UIStatusBarHidden</key>
<true/>

【讨论】:

【参考方案3】:

在您的信息 plist 文件中设置它。

【讨论】:

以上是关于启动过程中如何隐藏StatusBar,启动后再次显示的主要内容,如果未能解决你的问题,请参考以下文章

如何在android中永久隐藏状态栏? [关闭]

应用程序强制退出和应用程序重新启动后如何恢复 NSURLSession 下载过程?

iOS8 Xcode 6 Cordova 状态栏未正确隐藏

如何在完成后重新打开活动并在其中再次启动相机预览

启动后如何运行 Grails 数据库迁移

如何在5秒内在PyQt5中隐藏statusBar?