iOS7 Status Bar over Navigation Bar

前端 未结 4 1614
感情败类
感情败类 2021-02-08 06:13

I\'m testing my application with iOS7 and I have an issue with status bar. Basically the status bar appear over navigation bar like the image below:

4条回答
  •  情歌与酒
    2021-02-08 06:40

    This is the biggest issue that comes with iOS 7 and there are many solutions to solve this but in my opinion, the best way to solve is to remove the navigation bar and embed your view controller in a navigation controller by going to Editor > Embed In Navigation Controller.

提交回复
热议问题