How to make a SwiftUI app with Core Data and Combine.
In this tutorial, we'll start making a SwiftUI app using Core Data, MVVM and Combine.
During this 1st part, we'll create a Core Data model and Swift files for the entities and present test data on our main screen to make sure it works.
In the next parts, we'll design UI, add logic, implement actions. Long story short, we'll be developing a complex SwiftUI app with Core Data.
Complete code:
https://github.com/alexzarr/daily-goa...