第一种方法:

状态栏白色

第二种方法:

- (UIStatusBarStyle)preferredStatusBarStyle {
    return UIStatusBarStyleLightContent;
    }

 

相关文章: