YOU ARE HERE: HOMEhow to hide the statusbar in objective-c iOS?

how to hide the statusbar in objective-c iOS?

This objective-c iOS code hiding the statusbar programmatically.

- (BOOL)prefersStatusBarHidden{ return YES; }