What is new in UIKit on WWDC 2025?
Asked on 06/16/2025
2 searches
At WWDC 2025, several new features and enhancements were introduced for UIKit. Here are the key updates:
-
New Design System: UIKit has adopted a new design system centered around a material called Liquid Glass. This material is translucent, dynamic, and enhances the visual appeal of system components like navigation bars, toolbars, and more. It provides a vibrant look with effects such as specular highlights and refraction.
-
Improved Transitions and Interactions: Slide transitions are now fluid and interruptible, allowing users to interact with content without waiting for animations to complete. This makes apps feel more responsive.
-
SwiftUI Interoperability: UIKit now has built-in support for Swift observable objects, integrating Swift observation at its core. This allows for automatic tracking of observable view references and dependencies, improving performance and reducing the need for manual updates.
-
Menu Bar on iPadOS: A new menu bar API has been introduced, bringing a familiar macOS element to iPadOS, enhancing the user experience on larger screens.
-
Container and Adaptivity Improvements: UIsplitViewController now supports inspectors, allowing additional details to be displayed alongside selected content. Columns can be resized by dragging, and the pointer adapts to indicate resize directions.
-
New APIs and Tools: New APIs for customizing menus, adopting the UpdateProperties method, and observation tracking have been introduced to streamline code and improve performance.
For a detailed overview, you can watch the session What’s new in UIKit (00:59) which covers the new design system and other enhancements.

What’s new in UIKit
Modernize your app with the latest APIs in UIKit, including enhanced menu bar support, automatic observation tracking, a new UI update method, and improvements to animations. We’ll also cover how you can include SwiftUI scenes in your UIKit app and explore SF Symbols, HDR color pickers, and more.

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.

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