You need to set the appearance of UITabBarItem :
[[UITabBarItem appearance] setTitleTextAttributes: [NSDictionary dictionaryWithObjectsAndKeys:[UIColor yellowColor], UITextAttributeTextColor, [UIFont systemFontOfSize:14.0f], UITextAttributeFont,nil] forState:UIControlStateHighlighted];
source share