In Objective C it is as simple as
- (BOOL) prefersStatusBarHidden {
return YES;
}
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: