I upgraded my iPhone and xcode to iOS7 and XCODE 5. After this, the first thing i noticed was that the status bar over laps with the app's view area.
I read through various solutions posted on stackoverflow, like setting the plist file with UIViewControllerBasedStatusBarAppearance to NO, etc. Nothing seems to be working for me. I have spent almost 4 days researching on it, but couldn't solve it.
I want to know now to have a iOS 6 like view where we have a black area displayed on top or get rid of the status bar altogether or what is the exact way of doing it on iOS 7.
Any help would be greatly appreciated.