UITextInputDelegate
An intermediary between a document and the text input system.
Declaration
@MainActor protocol UITextInputDelegate : NSObjectProtocolMentioned in
Overview
A UITextInputDelegate conveys notifications of pending or transpired changes in text and selection in the document. UIKit provides a private text input delegate, which it assigns at runtime to the inputDelegate property of the object whose class adopts the UITextInput protocol.