Contents

dismissKeyboard()

Dismisses the custom keyboard from the screen.

Declaration

func dismissKeyboard()

Mentioned in

Discussion

Because a custom keyboard does not have access to the current text input object, you cannot send it a resignFirstResponder() message (as you would to dismiss the system keyboard when you are developing an app with text entry). To dismiss the custom keyboard, call dismissKeyboard() instead.

See Also

Controlling a custom keyboard