I am properly using following method to change tabbar icon color,
[tabBarController.tabBar setSelectedImageTintColor:[UIColor redColor]];
b
You can check this post on how to determine the current iOS version and do the appropriate tab bar item color setting for users running iOS 5 or lower. Hope this helps.