how to present a view controller on iOS7 without the status bar overlapping
问题 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 issue. Here's a screenshot of what I'm seeing: Requirements: The new view must appear "modally", i.e. I need presentViewController. Display some sort of nav bar or toolbar, with the status bar taking on the background color of the nav bar ala iOS 7 style. It must work on iOS 6. I'm using a xib to handle layout, with