Resolver for iOS Dependency Injection: Getting Started | Kodeco, the new raywenderlich.com

Learn how to use Resolver to implement dependency injection in your SwiftUI iOS apps to achieve easily readable and maintainable codebases.


This is a companion discussion topic for the original entry at https://www.kodeco.com/22203552-resolver-for-ios-dependency-injection-getting-started

In the final project, in NetworkService you inject the session but you still end up using URLSession, I believe you meant to use the injected session. Really loved the article btw! :slight_smile: