TweeBorderedTextField
open class TweeBorderedTextField: TweePlaceholderTextField
An object of the class can show bottom line permanently.
-
Color of bottom line.
Declaration
Swift
@IBInspectable public var lineColor: UIColor
-
Width of bottom line.
Declaration
Swift
@IBInspectable public var lineWidth: CGFloat
-
Prepares the receiver for service after it has been loaded from an Interface Builder archive, or nib file.
Declaration
Swift
override open func awakeFromNib()
-
Lays out subviews.
Declaration
Swift
override open func layoutSubviews()