为适配各种版本,请使用一下方法:
- info.plist文件中添加View controller-based status bar appearance项设为NO
(这种情况下view controller的prefersStatusBarHidden不会被调用)
2.用
[[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:NO];
的方法隐藏状态栏。
为适配各种版本,请使用一下方法:
2.用
[[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:NO];
的方法隐藏状态栏。
本文标题:iOS 适配各个系统的隐藏状态栏
本文链接:https://www.haomeiwen.com/subject/qglxhftx.html
网友评论