摘要: 1.在plist文件中添加 View controller-based status bar appearance 字段 设为NO; [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleLightContent; 阅读全文
posted @ 2015-12-22 14:33 LiLM 阅读(156) 评论(0) 推荐(0) 编辑
摘要: //统一设置导航栏样式 //设置导航栏背景颜色 [[UINavigationBar appearance]setBarTintColor:[UIColor redColor]]; //如果你发现设置的导航栏背景颜色有些模糊感请设置 [UINavigationBar appearance].trans 阅读全文
posted @ 2015-12-22 14:30 LiLM 阅读(497) 评论(0) 推荐(0) 编辑