Contents

delegate

The object that handles Writing Tools interactions for your view.

Declaration

weak var delegate: (any NSWritingToolsCoordinator.Delegate)? { get }

Discussion

Specify this object at initialization time when creating your NSWritingToolsCoordinator object. The object must adopt the NSWritingToolsCoordinator.Delegate protocol, and be capable of modifying your view’s text storage and refreshing the view’s layout and appearance.

See Also

Managing Writing Tools interactions