Why is the Status Bar STILL showing during Default.png?

后端 未结 6 615
灰色年华
灰色年华 2021-02-06 00:28

I\'m pretty sure that I\'ve taken all steps to correctly set my status bar to hidden. I did this in both the info.plist file (setting a UIStatusBarHidden to a boolean TRUE) as w

6条回答
  •  无人及你
    2021-02-06 00:48

    I have seen this on Jailbroken devices using IOS 2.1 with an older version of Cydia. In that instance, once Cydia was updated, the info.plist + ...statusBarHidden = YES method worked.

    Alternatively see if [application setStatusBarStyle: ...] helps.

    -isdi-

提交回复
热议问题