Contents

UIKeyInput

A set of methods a responder uses to implement simple text entry.

Declaration

@MainActor protocol UIKeyInput : UITextInputTraits

Mentioned in

Overview

Adopt this protocol in a subclass of UIResponder to support text entry. When instances of this subclass are the first responder, the system keyboard displays. Only a small subset of the available keyboards and languages are available to classes that adopt this protocol.

Topics

Inserting and deleting text

See Also

Text input