What problem does it solve?
This Skill solves the difficulty developers face when implementing Apple's new iOS 26 Liquid Glass dynamic material design, which requires specialized APIs for blur, reflection, interactive touch responses, and cross-framework (SwiftUI, UIKit, WidgetKit) integration that are not well-documented in official resources.
Core Features & Use Cases
- Cross-framework implementation support: Provides ready-to-use patterns for SwiftUI, UIKit, and WidgetKit to ensure consistent Liquid Glass effects across all iOS app components.
- Advanced UI pattern guidance: Covers interactive glass buttons, morphing transitions between glass elements, and widget-specific rendering for tinted Home Screen modes.
- Performance and best practice rules: Includes guidance for using GlassEffectContainer to optimize rendering performance, avoid common anti-patterns, and ensure accessibility compliance.
- Use case example: An indie iOS developer building a productivity app for iOS 26 can use this Skill to quickly add a Liquid Glass navigation bar, interactive glass action buttons, and smooth morphing transitions between task list views without manually testing edge API behaviors.
Quick Start
Use the liquid-glass-design skill to add an interactive orange-tinted glass button with a 16-point corner radius to your SwiftUI iOS 26 app's main screen.