Selection Is Not Navigation in SwiftUI
Published on 07 May 2026Learn how to model list selection in SwiftUI without leaking navigation, domain identity, or behavior into the wrong place.
Practical software architecture and design for iOS engineers.
Learn how to model list selection in SwiftUI without leaking navigation, domain identity, or behavior into the wrong place.
Learn common SwiftUI MVVM mistakes and how to keep ViewModels focused, testable, and easy to compose.