In iOS 7 the UIStatusBar has been designed in a way that it merges with the view like this:
UIStatusBar
SOLUTION :
Set it in your viewcontroller or in rootviewcontroller by overriding the method :
-(BOOL) prefersStatusBarHidden { return YES; }