I'm writing a game for iOS using SpriteKit. I want to game to be full-screen, no status bar, etc. How do I hide the status bar?
...and just like that... I found it...
in the view controller:
- (BOOL)prefersStatusBarHidden {
return YES;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With