KeyboardDismissTextField
@IBDesignable
open class KeyboardDismissTextField : UITextField
A text field that has a button to dismiss keyboard on the input accessory view.
-
The custom input accessory view with a button to dismiss keyboard.
Declaration
Swift
@IBOutlet public var keyboardAccessoryView: KeyboardDismissAccessoryView! { get set }
-
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)