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

Would be cool to have the same using SwiftUI Lifecycle #81

Open NeverwinterMoon opened 1 year ago

NeverwinterMoon commented 1 year ago

Basically, using features introduced by SwiftUI "2.0": App protocol instead of App Delegate.