KeyboardDismissTextField

@IBDesignable
open class KeyboardDismissTextField : UITextField

A text field that has a button to dismiss keyboard on the input accessory view.

  • Initializes and returns a newly allocated view object with the specified frame rectangle.

    Declaration

    Swift

    public override init(frame: CGRect)
  • Returns an object initialized from data in a given unarchiver.

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)