How to change status bar style during launch on iOS 7

前端 未结 6 1365
慢半拍i
慢半拍i 2020-12-23 13:13

When I launch my app, it shows the launch image and a black status bar. How can I change it so the status bar is light during launch? I have set the status bar appearance to

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-23 14:15

    In my case, UIStatusBarStyleLightContent wasn't a possible option. I set Transparent black style (alpha of 0.5) as value for the key Status bar style in my .plist and the result was a white status bar.

提交回复
热议问题