I'm really excited about this new feature of building full SwiftUI app.
However, as a big user of CoreData, I would like to know if there was an easy way to use it with this new lifecycle management.
Xcode grays out the coredata option when a new project is created using App lifecycle.
Should we simply put all the Coredata setup inside one ObservableObject or is there any good practices to use?
However, as a big user of CoreData, I would like to know if there was an easy way to use it with this new lifecycle management.
Xcode grays out the coredata option when a new project is created using App lifecycle.
Should we simply put all the Coredata setup inside one ObservableObject or is there any good practices to use?
This thread provides an example of a SwiftUI + Core Data setup: https://developer.apple.com/forums/thread/650876