---
title: EditMode.transient
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/editmode/transient
---

# EditMode.transient

The view is in a temporary edit mode.

## Declaration

```swift
case transient
```

## Discussion

Discussion The use of this state varies by platform and for different controls. As an example, SwiftUI might engage temporary edit mode over the duration of a swipe gesture. The isEditing property is true in this state.

## See Also

### Getting edit modes

- [EditMode.active](swiftui/editmode/active.md)
- [EditMode.inactive](swiftui/editmode/inactive.md)
