[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];
但是电池图标仍然是绿色的?苹果示例在应用此样式时显示电池是否为白色?见那里的例子HERE.
知道如何将电池从绿色更改为白色吗?