Creating a SwiftUI app with the MVVM approach Protocols and Core Data.
In this 3rd part of the tutorial, we'll create and reuse a Row view for Tasks and add the main functionality: marking tasks as completed.
Link to the starter project:
https://github.com/alexzarr/TodoList/...
Complete code:
https://github.com/alexzarr/TodoList/...