Contents

EditMode.transient

The view is in a temporary edit mode.

Declaration

case transient

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