Modern SwiftUI patterns targeting iOS 26+ with Swift 6.2. Covers architecture, state management, navigation, view composition, and component usage. Patterns are backward-compatible to iOS 17 unless noted.
Default to MV -- views are lightweight state expressions; models and services own business logic. Do not introduce view models unless the existing code already uses them.
For MV pattern rationale and extended examples, see references/mv-patterns.md.
SwiftUI 보기 빌드, @Observable을 사용하여 상태 관리, NavigationStack 또는 NavigationSplitView 탐색 패턴 구현, 보기 계층 구성, 시트 표시, TabView 연결, SwiftUI 모범 사례 적용 또는 MV 패턴 앱 구조화 시 사용합니다. 뷰 아키텍처, 상태 관리, 탐색, 뷰 구성, 레이아웃, 목록, 양식, 그리드, 테마 설정, 환경, 딥 링크, 비동기 로딩 및 성능을 다룹니다. 출처: dpearson2699/swift-ios-skills.