What problem does it solve?
This Skill reduces friction when building, refactoring, or reviewing SwiftUI code by providing concrete, modern guidance on state management, view composition, performance, animations, accessibility, and optional iOS 26+ Liquid Glass adoption so teams can ship maintainable, high-performance UI features.
Core Features & Use Cases
- Guided code reviews with a checklist for property wrapper selection, stable ForEach identities, animation placement, and accessibility.
- Refactor recommendations to extract subviews, narrow state scope, avoid layout thrash, and move heavy work out of view bodies.
- Implementation patterns for new features: design data flow (owned vs injected), structure views for optimal diffing, and gate iOS 26 APIs with fallbacks.
- Performance & image guidance including lazy stacks, POD wrappers, and optional image downsampling suggestions when UIImage(data:) is used.
- Liquid Glass adoption guidance for iOS 26+ with container usage, modifier ordering, and fallback materials.
Quick Start
Ask the SwiftUI expert to review MyView.swift and return a prioritized list of fixes and refactors for state management, view composition, performance, animations, accessibility, and optional iOS 26 Liquid Glass adoption.