Contents

UIWritingToolsCoordinator.State.noninteractive

A state that indicates Writing Tools is handling interactions in the system UI, instead of in your view.

Declaration

case noninteractive

Mentioned in

Discussion

Writing Tools transitions to this state when the coordinator uses the UIWritingToolsBehavior.limited experience or when someone chooses an option that displays its results in the Writing Tools UI. When the person accepts the changes from the tool or dismisses the Writing Tools UI, the coordinator returns to the UIWritingToolsCoordinator.State.inactive state. If the person discards the change and selects a tool with an interactive experience instead, the coordinator transitions to the UIWritingToolsCoordinator.State.interactiveResting state.

See Also

Getting the animation types