status bar is overlapping with the view in iOS7
问题 status bar is overlapping with the view How do I set the view below the status bar in iOS7 I'm using XIB not a storyboard 回答1: In iOS 7.0, UI statusbar is transparent, To accommodate the changes in the app as with the status bar style you can use: UIStatusBarStyleDefault for Status bar to be dark while for light content use UIStatusBarStyleLightContent If facing trouble with background image of View in app where the image is extending itself behind the status bar. Set the image in nib or