标签:ios
[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];标签:ios
原文地址:http://blog.csdn.net/rainlesvio/article/details/41456599