Implements type-safe navigation patterns and architectural routing for modern SwiftUI applications.
This skill provides a standardized approach to building complex navigation in SwiftUI, targeting iOS 26+ and Swift 6.3. It covers everything from programmatic NavigationStack routing and multi-column NavigationSplitView layouts to enum-driven sheet management and universal link handling. By leveraging modern patterns like the Router pattern and @Observable, it ensures your app's navigation is scalable, testable, and compliant with Swift 6 concurrency standards.
主要功能
01Universal Link and custom URL scheme integration
02Multi-column NavigationSplitView layouts for iPad and Mac
03Programmatic NavigationStack routing with type-safe paths
04Scalable TabView architectures with independent stacks
05Enum-driven sheet and modal presentation logic
06506 GitHub stars
使用场景
01Refactoring legacy NavigationView code to modern NavigationStack
02Implementing centralized app routing for complex user flows
03Building cross-platform iOS, iPadOS, and macOS applications