Pregunta

I am using programatically setting my status bar white with :

[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];

However the battery icon is still green? Where Apples example shows the battery being white when applying this style? See there example HERE.

Any idea how to change the battery from green to white? :(

¿Fue útil?

Solución

the battery is only green while its charging. unplug and it will be fine

as an aside, if you are on "low Power Mode" in newer iOS versions, the battery is Yellow not white

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top