patrickserrano-liquid-glass
SKILL.md
SwiftUI Liquid Glass
Overview
Liquid Glass is a dynamic material in iOS 26+ that combines optical glass properties with fluidity. It blurs content, reflects surrounding color and light, and reacts to touch interactions in real time.
Workflow Decision Tree
1) Review an existing feature
- Inspect where Liquid Glass should/shouldn't be used
- Verify correct modifier order, shape usage, container placement
- Check for iOS 26+ availability handling and fallbacks
2) Improve a feature using Liquid Glass
- Identify target components (surfaces, chips, buttons, cards)
- Refactor to use
GlassEffectContainerfor multiple glass elements - Add interactive glass only for tappable/focusable elements