How can I adopt Liquid Glass?
Asked on 06/15/2025
1 search
To adopt Liquid Glass in your app, you can follow these steps based on the sessions from WWDC 2025:
-
Use Xcode 26: Start by building your app with Xcode 26. This will automatically apply many of the new design elements, including Liquid Glass, to standard controls.
-
Identify Key Elements: Audit your app to identify which views and controls are most important and could benefit from the Liquid Glass effect. Liquid Glass is best used for navigation layers and key controls that float above the content.
-
Use Framework APIs: Depending on the framework you're using (SwiftUI, UIKit, or AppKit), there are specific APIs to adopt Liquid Glass:
- SwiftUI: Use the Glass Effect ID modifier to group elements and create fluid transitions. Build a SwiftUI app with the new design
- UIKit: Use the UI Visual Effect view and create a new UI glass Effect in an animation block. Customize the shape using the corner properties. Build a UIKit app with the new design
- AppKit: Use the NS glass effect view API to place content on glass, ensuring it floats above other elements. Build an AppKit app with the new design
-
Design Considerations: Keep the design intent of Liquid Glass in mind. It should be used sparingly to avoid clutter and maintain a clear UI hierarchy. Avoid stacking Liquid Glass elements on top of each other.
-
Customization: You can customize Liquid Glass with your own colors to highlight specific elements, but use this feature selectively to maintain legibility and focus.
By following these guidelines, you can effectively integrate Liquid Glass into your app, enhancing its visual appeal and user interaction.

Platforms State of the Union
Discover the newest advancements on Apple platforms.

Build a SwiftUI app with the new design
Explore the ways Liquid Glass transforms the look and feel of your app. Discover how this stunning new material enhances toolbars, controls, and app structures across platforms, providing delightful interactions and seamlessly integrating your app with the system. Learn how to adopt new APIs that can help you make the most of Liquid Glass.

Build a UIKit app with the new design
Update your UIKit app to take full advantage of the new design system. We’ll dive into key changes to tab views, split views, bars, presentations, search, and controls, and show you how to use Liquid Glass in your custom UI. To get the most out of this video, we recommend first watching “Get to know the new design system” for general design guidance.