How do you hide the status bar in ios 9?
This is now deprecated:
[UIApplication sharedApplication] setStatusBarHidden:YES];
in info.plist add the following two property.
View controller-based status bar appearance (NO) Status bar is initially hidden (YES)