Cuberto / flashy-tabbar

One another nice animated tabbar
MIT License
721 stars 73 forks source link

change color of the tabbaritem #4

Closed Dulatheo closed 5 years ago

Dulatheo commented 5 years ago

How to change color of tabbaritem?

askopin commented 5 years ago

firstly, you should update to 0.8.2 Next, the item color depends on bar tintColor, there is some strange behavior - tintColor of standard UITabBar doesn't sets from storyboard. So, there is two way to solve your problem: set tintColor property from code (directly, or using UIAppearance) or set CBFlashyTabBar class to TabBar in storyboard and set tintColor in interface builder