Skip to content
m-housh edited this page Aug 20, 2021 · 1 revision

Extensions on View

Methods

editMode(_:)

Enhances a view with the edit mode environment.

public func editMode(
    _ store: Store<EditMode, EditModeAction>
  ) -> some View 
Clone this wiki locally