iOS 7 status bar back to iOS 6 default style in iPhone app?

前端 未结 25 1230
终归单人心
终归单人心 2020-11-22 05:48

In iOS 7 the UIStatusBar has been designed in a way that it merges with the view like this:

\"GUI

25条回答
  •  情话喂你
    2020-11-22 06:41

    Steps For Hide the status bar in iOS 7:

    1.Go to your application info.plist file.

    2.And Set, View controller-based status bar appearance : Boolean NO

    Hope i solved the status bar issue.....

提交回复
热议问题