ios 白色状态栏
1.info plist 添加:

2.AppDelegate添加代码
UIView * statusBarView = [[UIView alloc] initWithFrame:CGRectMake(0, -20, self.window.bounds.size.width, 20)]; statusBarView.backgroundColor = TCOLOR(6,6,6,1); [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleLightContent;

浙公网安备 33010602011771号