RAMBounceAnimation
public class RAMBounceAnimation : RAMItemAnimation
The RAMBounceAnimation class provides bounce animation.
-
Start animation, method call when UITabBarItem is selected
Declaration
Swift
override public func playAnimation(icon : UIImageView, textLabel : UILabel)Parameters
iconanimating UITabBarItem icon
textLabelanimating UITabBarItem textLabel
-
Start animation, method call when UITabBarItem is unselected
Declaration
Swift
override public func deselectAnimation(icon : UIImageView, textLabel : UILabel, defaultTextColor : UIColor, defaultIconColor: UIColor)Parameters
iconanimating UITabBarItem icon
textLabelanimating UITabBarItem textLabel
defaultTextColordefault UITabBarItem text color
defaultIconColordefault UITabBarItem icon color
-
Method call when TabBarController did load
Declaration
Swift
override public func selectedState(icon : UIImageView, textLabel : UILabel)Parameters
iconanimating UITabBarItem icon
textLabelanimating UITabBarItem textLabel
RAMBounceAnimation Class Reference