What is new in ios 18 and 17 for UIKIt
Generated on 8/4/2024
1 search
What's New in UIKit for iOS 18 and 17
iOS 18
-
Document Launch Experience:
- Redesigned launch experience for document-based apps, allowing full control over launch views and template document creation. This helps in guiding users to create their first document while maintaining a great browsing experience.
- What’s new in UIKit (00:00:07)
-
Tab Bars and Sidebars:
- Major updates to tabs and sidebars, including a new API to better describe app hierarchy to
UITabBarController
. - New syntax in SwiftUI for
TabView
to catch common errors at build time. - Elevate your tab and sidebar experience in iPadOS (00:05:00)
- Major updates to tabs and sidebars, including a new API to better describe app hierarchy to
-
Fluid Transitions:
- Support for new fluid transitions across the system, enhancing the sense of continuity in your app by keeping the same UI elements on screen during transitions.
- What’s new in UIKit (00:03:05)
-
SwiftUI and UIKit Interoperability:
- Enhanced interoperability, allowing the use of SwiftUI animation types to animate UIKit views and vice versa.
- Gesture recognition has been factored out of UIKit, enabling the use of custom gesture recognizers in SwiftUI view hierarchies.
- Platforms State of the Union (00:38:32)
-
UIUpdateLink:
- New in iOS 18, making it easier to implement complex animations requiring periodic UI updates, similar to
CADisplayLink
but with more features. - What’s new in UIKit (00:10:48)
- New in iOS 18, making it easier to implement complex animations requiring periodic UI updates, similar to
-
Apple Pencil Pro and PencilKit:
- New API for
PKToolPicker
to define available tools, enhancing drawing tools and undo support with Apple Pencil Pro. - What’s new in UIKit (00:18:58)
- New API for
iOS 17
While the context provided does not explicitly mention new features in UIKit for iOS 17, it is implied that many of the enhancements and integrations with SwiftUI, such as improved animations and gesture recognizers, were built upon the foundations laid in iOS 17.
Relevant Sessions
These sessions provide a comprehensive overview of the new features and improvements in UIKit for iOS 18, as well as the ongoing enhancements from iOS 17.
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 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.
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.