在iOS8中以纵向模式隐藏状态栏
Posted
技术标签:
【中文标题】在iOS8中以纵向模式隐藏状态栏【英文标题】:Hide status bar in portrait mode in iOS8 【发布时间】:2015-04-14 13:29:01 【问题描述】:我已按照此处的说明进行操作 On ios8, displaying my app in landscape mode will hide the status bar but on iOS 7 the status bar is displayed on both orientations
即设置隐藏在plist中的状态栏并添加:
[[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:UIStatusBarAnimationNone];
但我仍然无法隐藏状态栏。还有什么建议吗?
【问题讨论】:
【参考方案1】:选择您隐藏状态栏的视图控制器,并将状态栏参数设置为 NONE,如下图所示:
【讨论】:
以上是关于在iOS8中以纵向模式隐藏状态栏的主要内容,如果未能解决你的问题,请参考以下文章