docs/Classes/RAMAnimatedTabBarItem.html
public class RAMAnimatedTabBarItem: UITabBarItem
UITabBarItem with animation
`
animation
`
animation for UITabBarItem. use RAMFumeAnimation, RAMBounceAnimation, RAMRotationAnimation, RAMFrameItemAnimation, RAMTransitionAnimation or create custom anmation inherit RAMItemAnimation
Swift
@IBOutlet public var animation: RAMItemAnimation!
`
textFont
`
The font used to render the UITabBarItem text.
Swift
public var textFont: UIFont = UIFont.systemFontOfSize(10)
`
textColor
`
The color of the UITabBarItem text.
Swift
@IBInspectable public var textColor: UIColor = UIColor.blackColor()
`
iconColor
`
The tint color of the UITabBarItem icon.
Swift
@IBInspectable public var iconColor: UIColor = UIColor.clearColor() // if alpha color is 0 color ignoring
`
playAnimation()
`
Start selected animation
Swift
public func playAnimation()
`
deselectAnimation()
`
Start unselected animation
Swift
public func deselectAnimation()
`
selectedState()
`
Set selected state without animation
Swift
public func selectedState()
`
badgeValue
`
The current badge value
Swift
override public var badgeValue: String?
© 2016 AlexKalinkin. All rights reserved. (Last updated: 2016-06-10)
Generated by jazzy ♪♫ v0.5.0, a Realm project.