---
title: UIWritingToolsCoordinator.State.noninteractive
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiwritingtoolscoordinator/state-swift.enum/noninteractive
---

# UIWritingToolsCoordinator.State.noninteractive

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

## Declaration

```swift
case noninteractive
```

## Mentioned in

Adding Writing Tools support to a custom UIKit view

## Discussion

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

- [UIWritingToolsCoordinator.State.inactive](uikit/uiwritingtoolscoordinator/state-swift.enum/inactive.md)
- [UIWritingToolsCoordinator.State.interactiveResting](uikit/uiwritingtoolscoordinator/state-swift.enum/interactiveresting.md)
- [UIWritingToolsCoordinator.State.interactiveStreaming](uikit/uiwritingtoolscoordinator/state-swift.enum/interactivestreaming.md)
