Implements modern SwiftUI navigation architectures including push stacks, multi-column views, and programmatic routing for iOS 26+.
This skill provides a comprehensive suite of navigation patterns for modern iOS development using Swift 6.3 and SwiftUI. It guides Claude in implementing type-safe NavigationStack routing, adaptive NavigationSplitView layouts for iPad, and sophisticated tab-based architectures. By centralizing navigation logic in a router pattern and utilizing the latest iOS 26 features like .presentationSizing and advanced Tab APIs, it ensures robust, maintainable, and platform-consistent app flows across iPhone, iPad, and Mac.
주요 기능
01409 GitHub stars
02Type-safe push navigation with NavigationStack and NavigationPath
03Scalable tab-based architectures with the modern Tab API
04Deep linking integration via Universal Links and Custom URL Schemes
05Multi-column and adaptive sidebar layouts using NavigationSplitView
06Centralized router pattern for sheets, paths, and deep linking
사용 사례
01Implementing an adaptive iPad layout with a sidebar and detail view
02Building a complex, multi-tab app with independent navigation stacks
03Adding Universal Link support to route external traffic to specific app screens