Editable List in SwiftUI
In this post, I’m going to demonstrate how you can add editing functionality to a SwiftUI list so that users can delete items or reorder items in the list by drag-and-drop.
The source code of this demo is available here.
Step 1 - Prepare the data
For...
xavier7t.com3 min read