8 min read
[In-Depth Guide] iOS App System Design: From concept to architecture (with example)
In this post we break down the steps in designing a system for iOS apps using a practical example.
5 min read
Intro to Coordinator pattern with SwiftUI and UIKit
Quick introduction to the Coordinator pattern for navigation implemented with UIKit and SwiftUI.
4 min read
Understanding Dependency Injection in SwiftUI Apps: A Step-by-Step Approach
Follow along as we iteratively improve our code from no dependency injection to injection using a Dependency Container.