This objective-c iOS code hiding the statusbar programmatically.
- (BOOL)prefersStatusBarHidden{ return YES; }