Status bar at launch - iOS

Hello,

The status bar in my app is supposed to be shown only in some screens, NOT in the start screen. So in the build.settings file I set the Iphone plist like this

iphone = {         plist = {         UIStatusBarHidden = true, -- and then goes on...

Regardless, the status bar is shown at app launch along with the splash screen. Any Idea why??? - I am using a daily build from couple days ago…

Thanks!!!

Hi @akak,

Please see this document for details and notes on this…

http://docs.coronalabs.com/api/library/display/setStatusBar.html

Take care,

Brent

Hi @akak,

Please see this document for details and notes on this…

http://docs.coronalabs.com/api/library/display/setStatusBar.html

Take care,

Brent