在开发过程中 系统默认的状态栏上面的字体是黑色, 为了需求 我们有时候会把这个字体的颜色设置为白色的 只需要两个步骤
第一, 在Appdelegate的didFinishLaunchingWithOptions的方法里面加上
[UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleLightContent;
这句话
第二.其info.plist文件里面View controller–based status bar appearance 为NO, 效果如图所示