---
title: UIWritingToolsCoordinator.TextReplacementReason.temporary
framework: uikit
role: symbol
role_heading: Case
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, visionOS 27.0+]
path: uikit/uiwritingtoolscoordinator/textreplacementreason/temporary
---

# UIWritingToolsCoordinator.TextReplacementReason.temporary

An option to replace the text in your view when a grammar suggestion is temporarily shown to preview the proposed change in the text.

## Declaration

```swift
case temporary
```

## Discussion

Discussion When the user interacts with a grammar issue and the UI is shown, in some cases the suggestion needs to be shown temporarily. Update your view’s text storage without animating the change.
