---
title: isEditing
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/editmode/isediting
---

# isEditing

Indicates whether a view is being edited.

## Declaration

```swift
var isEditing: Bool { get }
```

## Discussion

Discussion This property returns true if the mode is something other than inactive.
