tabBarController.tabBar.selectedImageTintColor = [UIColor orangeColor];
修改tabBarItem的字体颜色:
[tabBarItem setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:[UIColor redColor],NSForegroundColorAttributeName, nil] forState:UIControlStateNormal];
浙公网安备 33010602011771号