- (UIStatusBarStyle)preferredStatusBarStyle { //设置样式
return UIStatusBarStyleLightContent;
}
- (BOOL)prefersStatusBarHidden { //设置隐藏
return YES;