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 { get set }
-
Width of bottom line.
Declaration
Swift
@IBInspectable public var lineWidth: CGFloat { get set }
-
Undocumented
Declaration
Swift
public override init(frame: CGRect)
-
Undocumented
Declaration
Swift
public required init?(coder aDecoder: NSCoder)
-
Lays out subviews.
Declaration
Swift
override open func layoutSubviews()