Closed testfooyy closed 6 years ago
Yes, UITabBar.appearance().tintColor not supported. Instead, you can use https://goo.gl/hV5sBY for changing color
How to change selected item text and icon color. I am getting the default blue color as selected color even after changing image tint color.
The color of the image does not change. func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { UITabBar.appearance().tintColor = UIColor.red return true }