# Simple Dependency Injection in Swift
5 min read
A simple way to use dependency injection in Swift.
A simple way to use dependency injection in Swift.
A logger system specifically designed for modern iOS architecture patterns like MVVM and Clean Architecture.
Use enums in a great way to hold the current state in a ViewModel.