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!!!