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

# UIWritingToolsCoordinator.State.interactiveStreaming

A state that indicates Writing Tools is processing a request and incorporating changes interactively into your view.

## Declaration

```swift
case interactiveStreaming
```

## Mentioned in

Adding Writing Tools support to a custom UIKit view

## Discussion

Discussion The coordinator transitions swiftly from the UIWritingToolsCoordinator.State.interactiveResting state to this state at the start of an operation. In this state, the coordinator submits the request for processing and delivers the results back to your view. When the coordinator finishes delivering the results, it transitions back to the UIWritingToolsCoordinator.State.interactiveResting state.

## See Also

### Getting the animation types

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