Build a Trello Clone App with SwiftUI
Published at Dec 02, 2021
Here are the main features that we will build in this full tutorial video:
- Card and Board List CRUD.
- Drag and Drop Card to reorder in List (List OnMove modifier).
- Drag and Drop Card to another List (List OnInsert).
- Drag and Drop Board List to reorder (Drop Delegate).
- Disk Persistence.