nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How should I integrate with SwiftData

LiLiKazine opened this issue · comments

commented

I had trouble in injecting ModelContext into the db repository.