In ios7, how can I hide the statusbar programmatically? I am using XCode 4.6.1 (ios6.1) and I want to implement this in XCode itself.
XCode 4.6.1
in iOS7 you should implement in your viewController
- (BOOL)prefersStatusBarHidden { return YES; }
2.1m questions
2.1m answers
60 comments
57.0k users