TweeBorderedTextField

open class TweeBorderedTextField : TweePlaceholderTextField

An object of the class can show bottom line permanently.

  • Specifies offset for the bottom line based on default border coordinates.

    Declaration

    Swift

    public var borderOffset: BorderOffset
  • 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 }