When hiding the statusbar my navigation bar moves up in iOS7

前端 未结 5 506
逝去的感伤
逝去的感伤 2021-01-31 16:05

I am trying to hide the statusbar but maintain the \"bigger\" navigationbar height. Right now when I hide the statusbar by setting - (BOOL)prefersStatusBarHidden to

5条回答
  •  广开言路
    2021-01-31 16:50

    You should use of positionForBar: method of UIBarPositioningDelegate Protocol.

    I don't want to put another answer or copy/past so you should take closer look at following question\answers. :)

    iOS 7 Status Bar Collides With NavigationBar
    iOS 7 UIToolBar Overriding With Status Bar
    statusbar overlapping content in iOS7

提交回复
热议问题