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

ios7设置UITabbarItem的样式

时间:2014-11-25 00:25:21      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:ios

ios7设置UITabbarItem的样式

by 伍雪颖

[self.tabBar setTitleTextAttributes:@{ 
	NSForegroundColorAttributeName : [UIColor grayColor],
	NSFontAttributeName:[UIFont fontWithName:@"Marion-Italic" size:14.0]}            
	forState:UIControlStateNormal];
[self.tabBar setTitleTextAttributes:@{ 
	NSForegroundColorAttributeName : GREENCOLOR,
	NSFontAttributeName:[UIFont fontWithName:@"Marion-Italic" size:14.0]}            
	forState:UIControlStateSelected];


ios7设置UITabbarItem的样式

标签:ios

原文地址:http://blog.csdn.net/rainlesvio/article/details/41456599

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