How to make a SwiftUI app with Core Data and Combine.
In this tutorial, we'll add some interaction to the app. We'll make our goals tappable, so we can start recording our progress. To do so, we'll expand our DataManagerProtocol to make it work with the TLGoalRecord entity and add a viewModel to our main view.
Starter project:
https://github.com/alexzarr/daily-goa...
Complete code:
https://github.com/alexzarr/daily-goa...