nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
MIT License
5.56k stars 671 forks source link

How should I integrate with SwiftData #96

Open LiLiKazine opened 3 weeks ago

LiLiKazine commented 3 weeks ago

I had trouble in injecting ModelContext into the db repository.