UITextField

public extension UITextField
  • Cleans UITextField

    Declaration

    Swift

    func clear()
  • Sets max length of UITextField text

    Declaration

    Swift

    @IBInspectable
    var maxLength: Int { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var placeholderColor: UIColor { get set }