For example I want to style the stausbar white with a black font and the barColor green.
I haven't found anyway to do this
The only way to style the statusbar seems to me the attribute "statusBarStyle" and the related constants
var win = Ti.UI.createWindow({ statusBarStyle:Titanium.UI.iPhone.StatusBar.GREY, });If anyone does know an solution, please let me know.