Hi,
We are trying to be compliant with the new ios 7 design requirements and we need to change the color of the status bar. Would anybody knows how to set the status bar to a specific color ?
thanks
Hi,
We are trying to be compliant with the new ios 7 design requirements and we need to change the color of the status bar. Would anybody knows how to set the status bar to a specific color ?
thanks
Seems like do not have to change the color because the new status bar is transparent.
Black one Display.setStatusBar(display.DarkStatusBar)
Translucent one Display.setStatusBar(display.TranslucentStatusBar)
You need daily build 2010 for this since a bug was fixed around status bars.
<p>Seems like you do not need to explicitly set it. Once it is build for iOS7, it will automatically be transparent.</p>
It default is transperent
Seems like do not have to change the color because the new status bar is transparent.
Black one Display.setStatusBar(display.DarkStatusBar)
Translucent one Display.setStatusBar(display.TranslucentStatusBar)
You need daily build 2010 for this since a bug was fixed around status bars.
<p>Seems like you do not need to explicitly set it. Once it is build for iOS7, it will automatically be transparent.</p>
It default is transperent