How to change inactive icon/text color on tab bar?
问题 How can I change inactive icon/text color on iOS 7 tab bar? The one in gray color. 回答1: In every first ViewController for each TabBar: - (void)viewDidLoad { [super viewDidLoad]; // changing the unselected image color, you should change the selected image // color if you want them to be different self.tabBarItem.selectedImage = [[UIImage imageNamed:@"yourImage_selectedImage"] imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal]; self.tabBarItem.image = [[UIImage imageNamed:@"yourImage