A simple app to show use of List in SwiftUI. For demo the app will display Fruits list with details view.
You can find below functionalities in the code:
- Delete List item at index.
- Move List item from one index to another.
- Disable moving of item when List is in editing mode.
Without edit mode rows can be deleted using swipe gesture and with edit mode row can be deleted or moved as in below image:

