Ramotion / animated-tab-bar

:octocat: RAMAnimatedTabBarController is a Swift UI module library for adding animation to iOS tabbar items and icons. iOS library made by @Ramotion
https://www.ramotion.com/animated-tab-bar-ios-app-development-ui-library/
MIT License
11.13k stars 1.33k forks source link

Not working tintColor #184

Closed testfooyy closed 6 years ago

testfooyy commented 7 years ago

The color of the image does not change. func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { UITabBar.appearance().tintColor = UIColor.red return true }

0ber commented 7 years ago

Yes, UITabBar.appearance().tintColor not supported. Instead, you can use https://goo.gl/hV5sBY for changing color

veer9002 commented 6 years ago

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.