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

tabBar中tabBarItem选中颜色自定义设置

时间:2014-10-30 20:50:00      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:des   blog   io   color   os   ar   for   sp   div   

1.在storyBoard中,选中tabBarController,设置tabBar如图

bubuko.com,布布扣

2. 直接代码设置

tabBarController.tabBar.selectedImageTintColor = [UIColor orangeColor];

 

修改tabBarItem的字体颜色:[tabBarItem setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:[UIColor redColor],NSForegroundColorAttributeName, nil] forState:UIControlStateNormal];

 

tabBar中tabBarItem选中颜色自定义设置

标签:des   blog   io   color   os   ar   for   sp   div   

原文地址:http://www.cnblogs.com/Alling/p/4063551.html

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