码迷,mamicode.com
首页 > 移动开发 > 详细

ios 白色状态栏

时间:2016-06-25 15:02:02      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:

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 白色状态栏

标签:

原文地址:http://www.cnblogs.com/HOYF/p/5616302.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!