Case

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