I am developing an application that\'s working fine in IOS6. But in iOS7, the status bar overlaps with the view.
As an example :
This is the default behavior for UIViewController on iOS 7. The view will be fullscreen and the status bar will cover the top of the view. If you have navigationBar hidden, then you have to adjust all the UIView elements by shifting 20 points.