How do I adopt my existing application to the new Liquid Glass design?
Asked on 06/11/2025
1 search
To adopt your existing application to the new Liquid Glass design, you can follow these steps based on the sessions from WWDC 2025:
-
Recompile Your App: Start by recompiling your app with Xcode 26. This will automatically apply the new Liquid Glass design to many standard controls and views without any code changes. This is applicable across SwiftUI, UIKit, and AppKit frameworks.
-
Audit and Refine: After recompiling, audit your app screen by screen to identify which views stand out and may need further refinement. Pay special attention to custom controls and decide if standard controls might be a better fit.
-
Use New APIs: Utilize the new APIs provided by Apple to tailor the design to your app. This includes adopting new navigation and toolbar designs, and using Liquid Glass effects to enhance your app's unique features.
-
Custom Views: For custom views, you can use the Liquid Glass effect to make them stand out. In SwiftUI, use the
Glass Effect ID
modifier, and in AppKit, use theNSGlassEffectView
API to apply the necessary visual treatments. -
Design Principles: Follow the design principles of hierarchy, harmony, and consistency. Liquid Glass elements should float at the top level of the UI, elevating important controls and navigation.
For more detailed guidance, you can refer to the following sessions:
- Build a UIKit app with the new design (Custom elements)
- Build a SwiftUI app with the new design (Liquid Glass effects)
- Build an AppKit app with the new design (Glass)
These sessions provide comprehensive steps and examples on how to integrate the new design into your app.

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

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.

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.