liquid-glass-design

Implement iOS 26 Liquid Glass design across SwiftUI, UIKit, and WidgetKit.

3|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/oabdelmaksoud/AGI-FARM-PLUGIN --skill liquid-glass-design-oabdelmaksoud
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: liquid-glass-design
Source: https://github.com/oabdelmaksoud/AGI-FARM-PLUGIN/tree/main/ecc-resources/docs/zh-CN/skills/liquid-glass-design
Command: npx skills add https://github.com/oabdelmaksoud/AGI-FARM-PLUGIN --skill liquid-glass-design-oabdelmaksoud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive guidance and code examples for implementing Apple's Liquid Glass design system in iOS applications, enabling dynamic, visually appealing glass-like interfaces.

Core Features & Use Cases

  • Dynamic Material Effects: Implement blur, reflection, and interactive deformation for a modern UI aesthetic.
  • Cross-Platform Compatibility: Covers SwiftUI, UIKit, and WidgetKit for consistent design across your app.
  • Use Case: Enhance your app's user experience by creating stunning glass-style buttons, cards, and toolbars that react to user interaction.

Quick Start

Apply the basic glass effect to a SwiftUI Text view.

Frequently Asked Questions about liquid-glass-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement the iOS 26 Liquid Glass design system in SwiftUI?▼

You can implement the iOS 26 Liquid Glass design system in SwiftUI by applying the specific `glassEffect` modifier to UI elements, which renders dynamic glass materials with blur, reflection, and interactive deformation effects for buttons and cards.

Can I apply Liquid Glass effects to my existing UIKit views?▼

Yes, you can apply Liquid Glass effects to UIKit views by using the `UIGlassEffect` API, allowing you to integrate dynamic blur, reflection, and interactive deformation into your existing UIKit components and containers.

Does the Liquid Glass design system support WidgetKit rendering?▼

Yes, the Liquid Glass design system supports WidgetKit through specific rendering modes, enabling you to maintain consistent glass-style materials and visual effects across your iOS home screen widgets and application interfaces.

What is the best way to create interactive deformation effects for glass UI elements?▼

The best way to create interactive deformation effects for glass UI elements is to use the designated `glassEffect` in SwiftUI or `UIGlassEffect` in UIKit to apply dynamic materials that react visually to user interaction.

How do Liquid Glass materials handle dynamic blur and reflection?▼

Liquid Glass materials handle dynamic blur and reflection by using system-level rendering APIs that simulate real glass properties, applying visual distortions and light reflections that adapt to the content behind your UI elements.