How can I remove liquid glass effects from my Navigation and TabBars?
Asked on 06/11/2025
1 search
To remove Liquid Glass effects from your Navigation and TabBars, you can follow these steps:
-
Avoid Using Liquid Glass: Liquid Glass is designed to be an interactive layer that floats above your content. If you want to remove this effect, ensure that you are not using the Liquid Glass APIs for your navigation and tab bars. Instead, use standard system views and controls without applying the Liquid Glass effect.
-
Customize Appearance: If your app has automatically adopted the Liquid Glass appearance due to recompiling with the new SDK, you can customize the appearance of your navigation and tab bars to remove the Liquid Glass effect. This can be done by setting the appearance properties of these components to not use the Liquid Glass material.
-
Use Standard Views: Ensure that you are using standard UIKit or SwiftUI views for your navigation and tab bars. Avoid using the
UIVisualEffectView
orNSGlassEffectView
with the Liquid Glass material. -
Remove Customizations: If you have added any customizations that apply Liquid Glass, such as using the
UIVisualEffectView
with a glass effect, remove these customizations to revert to the standard appearance.
For more detailed guidance on adopting or removing Liquid Glass effects, you can refer to the session Build a UIKit app with the new design (19:15) which covers how to adopt the Liquid Glass look and feel in custom UI elements.

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.

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

Meet Liquid Glass
Liquid Glass unifies Apple platform design language while providing a more dynamic and expressive user experience. Get to know the design principles of Liquid Glass, explore its core optical and physical properties, and learn where to use it and why.