vote up 0 vote down star
1

is there a way to hide the status bar when showing splash screen in iphone? and show again in application

flag

78% accept rate

2 Answers

vote up 1 vote down check

I'm pretty sure that if your Info.plist file has the "Status bar is initially hidden" value set to YES, then it won't show while your application is loading. Once your application has loaded, you can re-show the status bar using UIApplication's setStatusBarHidden:animated: method.

link|flag
there is no such option in info.plist.is there a way to add it manually – Rahul Vyas Jul 20 at 7:10
@Rahul select the last line in thefileand then click the plus button over on the right end of the line. Then type it in yourself. – Dave DeLong Jul 20 at 12:45
vote up 0 vote down

View -> Property List Type -> iPhone Info.plist. Now, make a new item with "Status bar is initially hidden" checked.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.