i want to hide the status bar when i launch my app to view launch image that was covered by status bar. so in plist i added
Status bar is initially hidden YES
and status bar is covered. My problem is that status bar is covered always in my app, i want to hide status bar only for launch image, what can i do?
you can do this by adding property, "Status bar Initially Hidden" to plist as shown below : -
SOLVED
using this at launch of app :)
OR
you can also set the (Status bar Initially Hidden)Property to "NO" in Info.plist file in your Application.
Just uncheck this property.
Neither Niko's nor JackTurky's solutions are correct. Niko's:
...works but is deprecated. Correct in iOS 3.2 and later is: