Hiding status bar iOS 7

前端 未结 5 840
我寻月下人不归
我寻月下人不归 2020-12-05 00:17

Can\'t hide status bar on view controller on ios 7 device.

Already tried setting through plist file and also in Appcontroll

5条回答
  •  不思量自难忘°
    2020-12-05 01:16

    Go to info.plist and add two attributes if not present. set "Status bar is initially hidden" to YES and set UIViewControllerBasedStatusBarAppearance to NO. This will hide status bar for your app.

提交回复
热议问题