TweeActiveTextField
open class TweeActiveTextField: TweeBorderedTextField
An object of the class can show animated bottom line when a user begins editing.
-
Color of line that appears when a user begins editing.
Declaration
Swift
@IBInspectable public var activeLineColor: UIColor
-
Width of line that appears when a user begins editing.
Declaration
Swift
@IBInspectable public var activeLineWidth: CGFloat
-
Width of line that appears when a user begins editing.
Declaration
Swift
@IBInspectable public private(set) var animationDuration: Double = 1
-
Prepares the receiver for service after it has been loaded from an Interface Builder archive, or nib file.
Declaration
Swift
override open func awakeFromNib()