Contents

NSWritingToolsCoordinator.State

The states that indicate the current activity, if any, Writing Tools is performing in your view.

Declaration

enum State

Mentioned in

Overview

Making changes to your view requires several different levels of interaction. Initially, Writing Tools displays its UI and collects information about what the person wants to do. When the person selects an operation, Writing Tools sends the relevant details to a large language model (LLM) and processes the results. It then works with the custom view to integrate any changes into the view’s text storage. During each of these activities, the coordinator reflects what’s happening in its state property. You can use the current state as a guide to making decisions in other parts of your view.

Topics

Getting the animation types

Initializers

See Also

Managing the current state