Welcome

首页 / 移动开发 / IOS / IOS应用开发时让应用全屏的方法

IOS应用开发时让应用全屏的方法

可以在全局的<dict>节点下增加如下内容,保存,然后在重新编译程序即可。

<key>UIViewControllerBasedStatusBarAppearance</key>

<false/>

<key>UIStatusBarHidden</key>

<true/>