What problem does it solve?
This Skill provides guidance and code examples for implementing modern Apple design principles, including Liquid Glass effects, fluid animations, and adhering to the Human Interface Guidelines, ensuring your app looks and feels native.
Core Features & Use Cases
- Liquid Glass Implementation: Learn to use SwiftUI's
.glassEffect() and AppKit's NSGlassEffectView for visually appealing, translucent UI elements.
- Animation Patterns: Master SwiftUI animations, from basic springs to advanced
PhaseAnimator and KeyframeAnimator, for dynamic and engaging user experiences.
- Use Case: You're building a new feature that requires a modern, frosted glass look for a set of interactive buttons. This Skill will show you how to apply
.glassEffect() with interactivity and proper containerization for optimal performance.
Quick Start
Show me how to apply a basic Liquid Glass effect to a SwiftUI Text view.