Swift - 状态栏设置不适用

时间:2015-09-23 18:52:59

标签: swift

我想将状态栏的颜色更改为白色

我在appdelegate中尝试这个

UIApplication.sharedApplication().statusBarStyle = UIStatusBarStyle.LightContent

并在plist

中添加基于View控制器的状态栏外观,其值为NO

我也在这里enter image description here

为了实验,试着在这里隐藏它

enter image description here

它既不会隐藏不改变颜色。

问题出在哪里?

1 个答案:

答案 0 :(得分:0)

很奇怪。再次检查下一刻:

    Info.plist中的
    • 查看基于控制器的状态栏外观:否
    • 状态栏样式:UIStatusBarStyleLightContent(如果您需要启动 light 样式)
  1. 在代码中。相对于您的需要,您可以自定义状态栏。

    • UIApplication.sharedApplication()。statusBarStyle = .LightContent