Whats new in uikit for xcode 15
Generated on 9/6/2024
1 search
In Xcode 15, UIKit has introduced several enhancements and new features for iOS 18, as presented at WWDC 2024. 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.
-
Tabs and Sidebar Updates: Major updates have been made to tabs and sidebars, including a new API to better describe app hierarchy to
UITabBarController
. This allows for immediate reflection of changes made toUITab
instances. -
Fluid Transitions: New support for fluid transitions across the system has been introduced, enhancing the user interface experience.
-
Integration with SwiftUI: There are more integrations between UIKit and SwiftUI, allowing for better interoperability. Gesture recognition has been factored out of UIKit, enabling the use of gesture recognizers in SwiftUI view hierarchies.
-
Apple Pencil Pro Enhancements: New features for integrating drawing experiences with Apple Pencil Pro, including a squeeze gesture for tool switching and an undo slider for apps with undo support.
For more detailed information, you can refer to the session What’s new in UIKit.
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.
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.
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.
Platforms State of the Union
Discover the newest advancements on Apple platforms.