Hello
Xcode beta 6, iOS beta 6. SpriteKit project.
I have checked all the possible settings, but status bar cannot be hidden when the app is launced on iPad.
Status bar is initially hidden set to YES
View controller-based status bar appearance set to NOin info.plist
but in my ViewController
print("prefersStatusBarHidden", prefersStatusBarHidden)prints FALSE and shows status bar.
When I run the same on iPhone (device or any simulator) I get TRUE and no status bar.
And there is no way to change it programmatically sicnce prefersStatusBarHidden is read only and there is not function to override like in previous versions of iOS.
Where the **** this setting may be?
The problem did not occur until ios 10.
Thank you!