Contents

UITextInputDelegate

An intermediary between a document and the text input system.

Declaration

@MainActor protocol UITextInputDelegate : NSObjectProtocol

Mentioned 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.

Topics

Notifying the delegate of textual changes

Notifying the delegate of selection changes

Notifying the delegate of conversation changes

See Also

Text input