how to present a view controller on iOS7 without the status bar overlapping

后端 未结 4 1044
闹比i
闹比i 2020-12-13 00:57

I\'m seeing when I migrated my app to iOS 7, the nav bar is appearing under the status bar when presenting a view controller. I think a lot of people have run into this same

4条回答
  •  春和景丽
    2020-12-13 01:33

    open you xib file and select the viewcontroller. in the inspector tab select the attributes and select in TopBar "Opaque Navigation Bar". this solved the problem for me.

提交回复
热议问题