delegate
The object that handles Writing Tools interactions for your view.
Declaration
weak var delegate: (any UIWritingToolsCoordinator.Delegate)? { get }Discussion
Specify this object at initialization time when creating your UIWritingToolsCoordinator object. The object must adopt the UIWritingToolsCoordinator.Delegate protocol, and be capable of modifying your view’s text storage and refreshing the view’s layout and appearance.