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 { get set }
-
Width of line that appears when a user begins editing.
Declaration
Swift
@IBInspectable public var activeLineWidth: CGFloat { get set }
-
Width of line that appears when a user begins editing.
Declaration
Swift
@IBInspectable public var animationDuration: Double
-
Undocumented
Declaration
Swift
public override init(frame: CGRect)
-
Undocumented
Declaration
Swift
public required init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
open override func layoutSubviews()