码迷,mamicode.com
首页 > 其他好文 > 详细

状态栏颜色

时间:2016-05-16 17:36:31      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:

  1. //设置NavigationBar背景颜色
  2. [[UINavigationBar appearance] setBarTintColor:[UIColor redColor]];
  3. //@{}代表Dictionary
  4. [[UINavigationBar appearance] setTitleTextAttributes:@{
  5. NSForegroundColorAttributeName : [UIColor whiteColor]
  6. }];

技术分享





状态栏颜色

标签:

原文地址:http://www.cnblogs.com/mkr127/p/5498513.html

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