IOS8中:
self.tabBar.tintColor = UIColor.greenColor();
IOS7.0:
[self.tabBarController.tabBarsetSelectedImageTintColor:[UIColor greenColor]];
self.tabBar.tintColor = UIColor.greenColor();
IOS7.0:
[self.tabBarController.tabBarsetSelectedImageTintColor:[UIColor greenColor]];