What kind of app redesign is required to support Liquid Glass?
Asked on 2025-07-08
1 search
To support Liquid Glass in your app, a redesign is required that focuses on integrating this new material into your user interface. Here are the key steps and considerations for redesigning your app to support Liquid Glass:
-
Recompile with Xcode 26: Start by building your app with Xcode 26. This will automatically update many of the standard controls and views to the new design with Liquid Glass.
-
Audit Your App: Go through your app screen by screen to identify which views stand out and could benefit from the Liquid Glass design. Pay special attention to custom controls and decide if standard controls might be a better fit.
-
Use System Views and Controls: Where possible, use system views and controls to ensure the best experience with Liquid Glass. This includes using updated components like Tab Views, Navigation Split Views, and toolbars that automatically adopt the new design.
-
Custom Views and Controls: For custom elements, create a UI Visual Effect view or an NS Glass Effect view to apply the Liquid Glass material. Customize the appearance using properties like corner radius and tint color.
-
Limit Use to Important Elements: Liquid Glass should be used for the most important elements of your app, such as key controls and navigation, to maintain a distinct functional layer.
-
Adapt Layouts: Extend your content edge to edge and adapt to new control sizes by auditing for hard-coded control heights or inflexible layout constraints.
-
Enhance Interactivity: Liquid Glass is designed to be interactive, so consider how controls can fluidly morph and respond to user interactions, enhancing the overall user experience.
For more detailed guidance, you can refer to the sessions like Build a UIKit app with the new design and Build an AppKit app with the new design which provide insights into adopting Liquid Glass in UIKit and AppKit apps, respectively.

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 an AppKit app with the new design
Update your AppKit 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.