Journey before destination, tests before production

Posts tagged "SwiftUI"

2 posts found. View all tags

SwiftUI Navigation Done Right

12 January, 2026

When building highly modular iOS apps, one challenge stands out: how do you handle navigation without coupling your feature modules to…

Custom @Environment Keys in SwiftUI

08 July, 2019

is a property wrapper that gives views access to shared dependencies—, , , and others built into SwiftUI. But what about app-specific…