ios 白色状态栏
Posted 顺手给我new一个对象
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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;
以上是关于ios 白色状态栏的主要内容,如果未能解决你的问题,请参考以下文章