swiftui▌
37 indexed skills · max 10 per page
axiom-swiftui-nav-diag
charleswiltgen/axiom · Frontend
Core principle 85% of navigation problems stem from path state management errors, view identity issues, or placement mistakes—not SwiftUI defects.
axiom-swiftui-nav
charleswiltgen/axiom · Frontend
Use when:
axiom-swiftui-containers-ref
charleswiltgen/axiom · Frontend
Stacks, grids, outlines, and scroll enhancements. iOS 14 through iOS 26.
axiom-swiftui-nav-ref
charleswiltgen/axiom · Frontend
SwiftUI's navigation APIs provide data-driven, programmatic navigation that scales from simple stacks to complex multi-column layouts. Introduced in iOS 16 (2022) with NavigationStack and NavigationSplitView, evolved in iOS 18 (2024) with Tab/Sidebar unification, and refined in iOS 26 (2025) with Liquid Glass design.
axiom-swiftui-debugging
charleswiltgen/axiom · Frontend
SwiftUI debugging falls into three categories, each with a different diagnostic approach:
axiom-swiftui-animation-ref
charleswiltgen/axiom · Frontend
Comprehensive guide to SwiftUI's animation system, from foundational concepts to advanced techniques. This skill covers the Animatable protocol, the iOS 26 @Animatable macro, animation types, and the Transaction system.
axiom-swiftui-architecture
charleswiltgen/axiom · Frontend
Use this skill when:
axiom-swiftui-26-ref
charleswiltgen/axiom · Frontend
Comprehensive guide to new SwiftUI features in iOS 26, iPadOS 26, macOS Tahoe, watchOS 26, and visionOS 26. From the Liquid Glass design system to rich text editing, these enhancements make SwiftUI more powerful across all Apple platforms.
swiftui-code-review
existential-birds/beagle · Frontend
swiftui-code-review
swiftui-gestures
dpearson2699/swift-ios-skills · Frontend
Review, write, and fix SwiftUI gesture interactions. Apply modern gesture APIs with correct composition, state management, and conflict resolution using Swift 6.3 patterns.