is there a way to hide the status bar when showing splash screen in iphone? and show again in application
|
1
|
|
|
|
|
|
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. |
||||
|
|
|
View -> Property List Type -> iPhone Info.plist. Now, make a new item with "Status bar is initially hidden" checked. |
||
|
|
