UIKeyInput
A set of methods a responder uses to implement simple text entry.
Declaration
@MainActor protocol UIKeyInput : UITextInputTraitsMentioned 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.