UIKit advance

Asked on 06/16/2025

1 search

What's New in UIKit

At WWDC, Apple introduced several advancements in UIKit across different sessions. Here are some highlights:

  1. New Design System: UIKit now supports a vibrant new design system featuring a material called Liquid Glass, which is dynamic and translucent, enhancing the visual appeal of apps (What’s new in UIKit).

  2. UI Update Link: A new feature in iOS 18, UI Update Link, simplifies implementing complex animations requiring periodic UI updates. It offers automatic view tracking and low latency mode for drawing applications (What’s new in UIKit).

  3. SwiftUI Interoperability: UIKit has improved interoperability with SwiftUI, allowing the use of SwiftUI animations to animate UIKit views. This integration makes it easier to build fluid gesture-driven animations (What’s new in UIKit).

  4. Architectural Improvements: iOS 26 introduces built-in support for Swift observable objects in UIKit, enabling automatic observation tracking and reducing the need for manual updates (What’s new in UIKit).

  5. Menu Bar on iPadOS: The menu bar from macOS is now available on iPadOS, providing a familiar interface element for users and developers (What’s new in UIKit).

These updates reflect Apple's ongoing efforts to enhance UIKit's capabilities, making it more adaptable and integrated with modern design and development practices.