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];
时间: 2024-10-22 00:19:53