How can I change the text and icon colors for UITabBar and UITabBarItems in iOS 7? The default gray text seems dim and hard to read for unselected tabbar items.
use self.tabBarController.tabBar.barStyle = UIBarStyleBlack; to make the tab bar black
self.tabBarController.tabBar.barStyle = UIBarStyleBlack;