Question

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? :(

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top