7 min read
[In-Depth Guide] iOS App System Design: Project setup and the Home Screen
Implementing our first screen based off of our iOS system design in-depth guide.
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.
4 min read
Build Scalable Multi-Flow iOS Apps with Coordinators, MVVM, and SwiftUI
Rapidly build modern iOS apps with complex user flows by employing the Coordinator pattern using UIKit and SwiftUI combined with MVVM.
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.
3 min read
Routing library for SwiftUI Navigation
Get a practical breakdown of how the SwiftUI Routing library works and how it can simplify complex navigation flows in your apps.
4 min read
Router Pattern for SwiftUI Navigation: Sheets and Full Screen Covers
Presenting sheets and full screen covers with the Router pattern.
5 min read
Infinite Scrolling Using SwiftUI and View Model (MVVM)
Learn what infinite scrolling is and how to implement it using SwiftUI and a view model (MVVM)