将状态栏的文字颜色改为白色
1. 在app delegate中配置 ,编写代码
//设置状态栏为显示为白色
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent animated:YES];
2. 在info.plist中 设置 添加key:
**View controller-based status bar appearance**
value = **no**