1、调用
[self setNeedsStatusBarAppearanceUpdate];
2、重载以下函数
- (BOOL)prefersStatusBarHidden{
return _hideStatusBar;
}