What’s new in UIKit in 2024?
Generated on 8/1/2024
1 search
In 2024, UIKit has introduced several new features and improvements in iOS 18. Here are the key updates:
-
Document Launch Experience: There is a redesigned launch experience for document-based apps, allowing them to showcase their distinctive identity with full control over the launch views and design. This includes first-class support for template document creation, enhancing the user experience when creating their first document.
-
Tabs and Sidebar Updates: Major updates have been made to tabs and sidebars, including a new API to better describe your app hierarchy to
UITabBarController
. You can createUITab
instances to represent each top-level section of the app and assign them to the tabs property on the tab bar controller. Changes made to theUITab
instance are reflected immediately where the tab is displayed. -
Fluid Transitions: Support for new fluid transitions across the system has been added, enhancing the sense of continuity in your app by keeping the same UI elements on screen during transitions.
-
SwiftUI Integration: UIKit now has enhanced interoperability with SwiftUI, making it easier to use them interchangeably in apps. You can use SwiftUI animation types to animate UIKit views, allowing for fluid gesture-driven animations using SwiftUI's spring animation.
-
Gesture Recognizers: Gesture recognition has been factored out of UIKit, enabling the use of any built-in or custom UI gesture recognizer in your SwiftUI view hierarchy.
-
List Improvements: There are improvements to lists, making them more efficient and customizable.
-
SF Symbol Animations: New animations for SF Symbols have been introduced, allowing for more dynamic and engaging UI elements.
-
Sensory Feedback: Enhancements in sensory feedback provide a more immersive user experience.
-
Text Improvements: There are various improvements to text handling and rendering, making it easier to create visually appealing and readable text in your apps.
-
Menu Actions: New menu actions have been added, providing more options for user interactions.
-
Apple Pencil Pro and PencilKit: Support for Apple Pencil Pro and updates to PencilKit have been introduced, enhancing the capabilities for apps that utilize these tools.
For a detailed overview, you can watch 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.
Platforms State of the Union
Discover the newest advancements on Apple platforms.
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.