ios-liquid-glass

Document Liquid Glass APIs and implementation patterns for Apple platforms.

299|16|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Prisma-Labs-Dev/apple-skills --skill ios-liquid-glass-prisma-labs-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-liquid-glass
Source: https://github.com/Prisma-Labs-Dev/apple-skills/tree/main/skills/ios-liquid-glass
Command: npx skills add https://github.com/Prisma-Labs-Dev/apple-skills --skill ios-liquid-glass-prisma-labs-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps developers navigate the complex Liquid Glass design system introduced in iOS 26+, ensuring that custom UI components maintain visual consistency and fluid interaction patterns without manual trial-and-error.

Core Features & Use Cases

  • API Reference: Provides immediate access to glass effect modifiers, containers, and morphing transition logic.
  • Design Principles: Offers guidance on applying glass materials to custom views while adhering to Apple's hierarchy and harmony principles.
  • Use Case: When building a custom dashboard, use this skill to correctly implement a GlassEffectContainer that allows multiple floating controls to morph and blend seamlessly during state transitions.

Quick Start

Use the ios-liquid-glass skill to explain how to apply a regular glass effect with a custom corner radius to a view.

Frequently Asked Questions about ios-liquid-glass

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

FAQPage Schema
How do I apply a Liquid Glass effect to a custom SwiftUI view?

You can use the API reference to apply glass effect modifiers to your custom SwiftUI view, adjusting properties like custom corner radius to maintain system-standard visual fidelity and accessibility compliance.

How do Liquid Glass morphing transitions work for multiple controls?

Liquid Glass morphing transitions allow multiple floating controls to seamlessly blend during state changes by implementing a GlassEffectContainer, which manages the interaction logic and fluid animation patterns across grouped UI components.

Can I use Liquid Glass materials with UIKit components?

Yes, the Liquid Glass design system supports integration with both SwiftUI and UIKit components, providing implementation patterns and API documentation to apply glass materials and interactive modifiers across Apple platforms.

What's the best way to maintain visual consistency with Apple's Liquid Glass design?

The best way to maintain visual consistency is to follow the provided design principles for hierarchy and harmony, using standard glass containers and modifiers rather than manual trial-and-error to apply materials to custom views.

Do I need iOS 26 to use Liquid Glass materials in my app?

Yes, the Liquid Glass design system was introduced in iOS 26+, so you need to target iOS 26 or later to utilize the glass effect modifiers, morphing transitions, and interactive containers in your development environment.

What are the limitations of manually implementing Liquid Glass without an API reference?

Without an API reference, manual implementation risks failing accessibility compliance and performance optimization, as correctly applying glass materials and morphing transitions requires understanding complex system-standard hierarchy and harmony principles.