| name | frontend-swiftui |
| description | SwiftUI patterns including @Observable, NavigationStack, and Liquid Glass design for iOS 26. Use for native iOS UI work. |
Frontend SwiftUI
This skill covers SwiftUI views, @Observable state, NavigationStack/NavigationSplitView, presentation modifiers (sheet, popover, alert), and the iOS 26 Liquid Glass design system.
When to use
- Building or modifying SwiftUI views
- Migrating from @StateObject to @Observable
- Setting up navigation flows with NavigationStack
- Applying Liquid Glass material effects
Examples
- "Convert this @ObservedObject to @Observable"
- "Add a sheet that dismisses on swipe"
- "Apply Liquid Glass to this card view"