what is new in UIKit 2025 wwdc?

Asked on 06/17/2025

2 searches

At WWDC 2025, Apple introduced several new features and enhancements for UIKit. Here are the key updates:

  1. New Design System: UIKit now supports a new design system centered around a material called Liquid Glass. This material is translucent, dynamic, and features effects like specular highlights and refraction. It is applied to various components such as navigation bars, search fields, alerts, popovers, and split views. The design aims to provide a more vibrant and fluid user experience.

  2. Improved Transitions and Interactions: Slide transitions in UIKit are now fluid and interruptible, allowing users to interact with content without waiting for animations to complete. This enhances the responsiveness of apps.

  3. New Tools and Effects: New tools like the Background extension view and a glass material for custom components have been introduced. Additionally, a new scroll edge effect allows content to gracefully fade as it scrolls under glass platters, improving the legibility of bar buttons and other controls.

  4. Architectural Improvements: UIKit now includes built-in support for Swift observable objects, integrating Swift observation at its core. This allows for automatic tracking of observable view references and dependencies, streamlining code and improving performance.

  5. Menu Bar on iPadOS: New UIKit APIs have been introduced for the menu bar, a familiar macOS element that is now available on iPadOS.

For a comprehensive overview of these updates, you can watch the session What’s new in UIKit (00:59).