I have created a UITabBarController
with seven of TabBarItem
so all the icon image works fine by rendering as the original image.
Now the Question is how to change the more tabbar item text color and image in inactive state that is created automatically by the device?
I have tried with this but no luck :(
let tabBarAppearance = UITabBar.appearance()
tabBarAppearance.tintColor = UIColor.whiteColor()