![[In-Depth Guide] iOS App System Design: From concept to architecture (with example)](https://static.wixstatic.com/media/3b7114_3e2d12c792fe4c4d9358c3ef0dc3a7a5~mv2.png/v1/fill/w_415,h_312,fp_0.50_0.50,q_95,enc_auto/3b7114_3e2d12c792fe4c4d9358c3ef0dc3a7a5~mv2.webp)
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.