Ios swift – SwiftUI edit mode is applicable if when EditButton is not called
I have the following situation: in SwiftUI you can use List's onMove and onDelete to reorder and delete items of an array. Swift even provides an EditButton which will force the environment editMode so you can move and delete items.…