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

How to change iconSelectedColor with RAMBounceAnimation #99

Closed hologerry closed 8 years ago

hologerry commented 8 years ago

At first thx your guys created such great project. but when i use the RAMBounceAnimation I don't know how to change the iconSelectedColor.. Thx.

0ber commented 8 years ago

RAMBounceAnimation have public property @IBInspectable public var iconSelectedColor: UIColor!

hologerry commented 8 years ago

Yeah I found this but I don't know how to change this property and where to add the code...😔

0ber commented 8 years ago

Are you use storyboards ?

hologerry commented 8 years ago

yeah I am just start learning iOS programming... Thx.

0ber commented 8 years ago

read this post https://www.weheartswift.com/make-awesome-ui-components-ios-8-using-swift-xcode-6/

hologerry commented 8 years ago

Thanks😊☺️ I have solved this issue.