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:

  1. 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.

  2. 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.

  3. Use Framework APIs: Depending on the framework you're using (SwiftUI, UIKit, or AppKit), there are specific APIs to adopt Liquid Glass:

  4. 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.

  5. 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.