Closed fedesenmartin closed 8 years ago
RAMAnimatedTabBarItem have properties : (normal state)
@IBInspectable var textColor: UIColor
@IBInspectable var iconColor: UIColor
RAMItemAnimation have properties : (selected state)
@IBInspectable var textSelectedColor: UIColor
@IBInspectable var iconSelectedColor: UIColor!
you can change in Attributes inspector in Storyboard
Thanks!
How do I Change the selected and deselect color in for example bounce animation? thx