I want my app to not have the status bar at all! I have tried using the .plst
I have tried everything in here Status bar won't disappear and also in here How to
Please add this to your view controller
- (BOOL)prefersStatusBarHidden { return YES; }