mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
474 B
474 B
| title |
|---|
| TextField.dismissKeyboard() |
Summary
The dismissKeyboard() method dismisses the keyboard if this textfield is the first responder.
Syntax
TextField.dismissKeyboard()
Description
Use this instead of [resignFirstResponder] as it also resigns the Keyman keyboard's responders.
Example
Using dismissKeyboard()
The following script illustrates the use of dismissKeyboard():
TextField.dismissKeyboard()