Ever since running in 1.4 appcelerator won't accept setting the iphone status bar in my app. Yet I see it working in kitchensink. I used to just set it in tiapp.xml and leave it. Now it does not respect it so I tried setting it in app.js with Titanium.UI.iPhone.statusBarStyle = Titanium.UI.iPhone.StatusBar.OPAQUE_BLACK; but that does not work either. Any ideas or has anyone found similar?
↧