I'm using xCode 5.
I want to hide the status bar exclusively during the Launch Screen.
How can I do that?
I tried to set 'View controller-based status bar appearance' to NO into info.plist file. and disabled 'hide during application launch' in general from project file (iOS 7).
Add the following property (UIStatusBarHidden
) in your Info plist
file:
Status bar is initially hidden
with a value of YES
.
and disabled 'hide during application launch'
You should actually enable that option if you do not want to see the status bar during launch. This will set the proper property in the Info.plist file.
Not sure if "View controller-based status bar appearance" is really relevant for this. This should only make a difference once your controllers are on screen.
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