<!--
{
  "availability" : [
    "iOS: 18.2.0 -",
    "iPadOS: 18.2.0 -",
    "macCatalyst: 18.2.0 -",
    "visionOS: 2.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIWritingToolsCoordinator/State-swift.enum/interactiveResting",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIWritingToolsCoordinatorState@UIWritingToolsCoordinatorStateInteractiveResting"
  },
  "title" : "UIWritingToolsCoordinator.State.interactiveResting"
}
-->

# UIWritingToolsCoordinator.State.interactiveResting

A state that indicates Writing Tools is in the resting state
for an inline editing experience.

```
case interactiveResting
```

## Discussion

When someone initially selects a tool with an interactive experience,
the coordinator transitions briefly to this state and starts the
operation. The coordinator transitions swiftly to the [`UIWritingToolsCoordinator.State.interactiveStreaming`](/documentation/UIKit/UIWritingToolsCoordinator/State-swift.enum/interactiveStreaming)
state when it submits the request and delivers the results to your
view. When it finishes delivering the results, it transitions back
to the `interactiveResting` state and awaits further commands. If
the person accepts the changes or dismisses the Writing Tools UI,
the coordinator transitions from this state to the [`UIWritingToolsCoordinator.State.inactive`](/documentation/UIKit/UIWritingToolsCoordinator/State-swift.enum/inactive) state.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)