I have used to the below methods to hide the status bar.
Set .plist configuration for hiding status bar and added below method
- (BOOL)prefersStatusBarHidden
{
return YES;
}
But in iOS 7.1 update, the status bar not hides while running the app. Does any one have a solution for this ?
Issue exist with iPhone app while running on iPad