Writing / Navigation
Navigation
3 essays tagged Navigation.
2026
SwiftUI sheets and alerts in production: presentation state without navigation soupHow to model sheets, alerts, confirmation dialogs, and full-screen covers so presentation state stays predictable across platforms and deep links.13 min readNavigationStack in production: deep links, programmatic navigation, and state that survivesHow to use NavigationStack for real apps: wiring deep links, managing programmatic navigation paths, and keeping state restoration reliable across interruptions.11 min readDeep links on iOS: a setup that stays maintainableA maintainable deep-linking setup comes from one rule: treat links as app routes with typed parsing, ownership boundaries, and tests, not as random URL handling scattered across the codebase.11 min read