what new in uikit?
Asked on 06/16/2025
1 search
In the "What's new in UIKit" session at WWDC 2024, several enhancements and new features were introduced for iOS 18. Here are some of the key updates:
-
Document Launch Experience: There's a redesigned launch experience for document-based apps, allowing for more control over launch views and support for template document creation. This helps in guiding users to create their first document while maintaining a great browsing experience.
-
Tabs and Sidebar Updates: Major updates to tabs and sidebars have been introduced, including a new syntax in SwiftUI for tab views to catch common errors at build time. UIKit has new APIs to better describe app hierarchies to
UITabBarController
. -
Fluid Transitions: New fluid transitions have been added across the system, enhancing the user interface's responsiveness and continuity.
-
SwiftUI and UIKit Interoperability: iOS 18 enhances the interoperability between SwiftUI and UIKit, making it easier to use them interchangeably in apps. This includes using SwiftUI animation types to animate UIKit views.
-
Automatic Trait Tracking: UIKit now supports automatic trait tracking, which simplifies handling changes in traits by automatically performing associated invalidations.
-
UIUpdateLink: A new feature in iOS 18, UIUpdateLink, makes it easier to implement complex animations that require periodic UI updates, similar to CA DisplayLink but with more features.
-
Apple Pencil Pro Support: New features for integrating drawing experiences with Apple Pencil Pro, including a squeeze gesture for quick tool switching and an undo slider.
For more detailed information, you can watch the session What’s new in UIKit (00:00:07).

What’s new in UIKit
Explore everything new in UIKit, including tab and document launch experiences, transitions, and text and input changes. We’ll also discuss better-than-ever interoperability between UIKit and SwiftUI animations and gestures, as well as general improvements throughout UIKit.

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.

Elevate your tab and sidebar experience in iPadOS
iPadOS 18 introduces a new navigation system that gives people the flexibility to choose between using a tab bar or sidebar. The newly redesigned tab bar provides more space for content and other functionality. Learn how to use SwiftUI and UIKit to enable customization features – like adding, removing and reordering tabs – to enable a more personal touch in your app.