首先,在此ViewController中实现
<UINavigationControllerDelegate>协议。
接着,重写方法
- (UIStatusBarStyle)preferredStatusBarStyle{
return UIStatusBarStyleLightContent;
}