MUTextField

@IBDesignable
open class MUTextField : MUNibView

Undocumented

  • Undocumented

    Declaration

    Swift

    override open func xibSetup()
  • Undocumented

    Declaration

    Swift

    open weak var delegate: MUTextFieldDelegate?
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @IBInspectable
    open var title: String { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @IBInspectable
    open dynamic var titleColor: UIColor { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @objc
    open dynamic var titleFont: UIFont { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @IBInspectable
    open var text: String { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @IBInspectable
    open var placeholder: String { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @IBInspectable
    open dynamic var placeholderColor: UIColor { get set }
  • Undocumented

    Declaration

    Swift

    @objc
    open dynamic var textAlignment: NSTextAlignment { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @IBInspectable
    open dynamic var textAlignmentInt: Int { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @IBInspectable
    open dynamic var textFieldColor: UIColor { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @objc
    open dynamic var textFieldFont: UIFont { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @objc
    open dynamic var keyboardType: UIKeyboardType { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @IBInspectable
    open dynamic var keyboardTypeInt: Int { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @objc
    open dynamic var keyboardAppearance: UIKeyboardAppearance { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @IBInspectable
    open dynamic var keyboardAppearanceInt: Int { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @objc
    open dynamic var keyboardReturnKeyType: UIReturnKeyType { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @objc
    open dynamic var keyboardEnablesReturnKeyAutomatically: Bool { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @objc
    open dynamic var keyboardAutocorrectionType: UITextAutocorrectionType { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @IBInspectable
    open dynamic var isSecure: Bool { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @IBInspectable
    open dynamic var isEditable: Bool { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @IBInspectable
    open dynamic var underlineHeight: CGFloat { get set }
  • Describes the NavigationNavBar’s separator background color appearance while it shows

    Declaration

    Swift

    @IBInspectable
    open dynamic var underlineColor: UIColor { get set }
  • Undocumented

    Declaration

    Swift

    open func activeKeyboard(_ isActive: Bool)
  • Undocumented

    Declaration

    Swift

    override open func layoutSubviews()
  • Undocumented

    Declaration

    Swift

    @IBAction
    func selectTextField()