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.83k stars 709 forks source link

Is it possible to see this arch as PURE swiftUI + SwiftData #101

Open swift2geek opened 1 month ago

swift2geek commented 1 month ago

I wonder is it possible to have this project as PURE swiftUI project without AppDelegate, SceneDelegates... Instead of CoreData would be great to see SwiftData. Is it possible to avoid UIKit imports?

nalexn commented 1 month ago

Of course, this is possible