In iOS 7 the UIStatusBar has been designed in a way that it merges with the view like this:
UIStatusBar
Steps For Hide the status bar in iOS 7:
1.Go to your application info.plist file.
2.And Set, View controller-based status bar appearance : Boolean NO
Hope i solved the status bar issue.....