Advanced Dependency Injection for SwiftUI Apps - Part 1
Dependencies are an unavoidable aspect of app development. We want to control them and Dependency Injection is the most common technique to do that. In this video we explore different ways to achieve…
Dependency Injection is a common problem to solve in SwiftUI app.
In this video I explore different approaches with their pros and cons
to solve common situations where Dependency Injection is needed.
www.youtube.com/watch?v=RlJW...
#swiftui #dependencyinjection #iosarchitecture