what's new in UIKit in iOS 18
Generated on 9/25/2024
1 search
In iOS 18, UIKit has introduced several new features and improvements. Here are some of the key updates:
-
Document Launch Experience: There's a redesigned launch experience for document-based apps, allowing them to showcase their distinctive identity with full control over launch views and design. This includes first-class support for template document creation.
-
Tab Bars and Sidebars: Major updates have been made to tabs and sidebars. UIKit now has new APIs to better describe your app hierarchy to
UITabBarController
, allowing for more integrated appearances and automatic adjustments when toolbar items overflow. -
Fluid Transitions: New fluid transitions have been introduced across the system, enhancing the sense of continuity in your app by keeping the same UI elements on screen during transitions.
-
SwiftUI and UIKit Interoperability: iOS 18 enhances the interoperability between SwiftUI and UIKit. You can now use SwiftUI animation types to animate UIKit views, and existing UIKit gesture recognizers can be added directly to SwiftUI hierarchies using the new
UIJsRecognizerRepresentable
protocol. -
UIUpdateLink: A new feature in iOS 18,
UIUpdateLink
, makes it easier to implement complex animations that require periodic UI updates, offering features like automatic view tracking and low latency mode for drawing applications.
For more detailed information, you can refer to the session What’s new in UIKit (00:00:07).
What’s new in SwiftUI
Learn how you can use SwiftUI to build great apps for any Apple platform. Explore a fresh new look and feel for tabs and documents on iPadOS. Improve your window management with new windowing APIs, and gain more control over immersive spaces and volumes in your visionOS apps. We’ll also take you through other exciting refinements that help you make expressive charts, customize and layout text, and so much more.
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.
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.
Platforms State of the Union
Discover the newest advancements on Apple platforms.