SwiftUI most important updates and what's new
Asked on 06/20/2025
1 search
Here are some of the most important updates and new features in SwiftUI as presented at WWDC:
-
Performance Improvements: SwiftUI has seen significant performance enhancements, particularly in lists and scrolling. For example, lists on macOS with over 100,000 items now load 6 times faster and update up to 16 times faster. Scrolling has also been optimized for smoother experiences across all platforms.
-
New APIs and Features:
- Web Content: New web APIs allow embedding web content with WebKit's WKWebView API in SwiftUI. A new declarative webview component and a Web Page API have been introduced for better integration.
- Rich Text Editing: SwiftUI now supports rich text editing by changing the binding of a text editor's text from a string to an attributed string, allowing for customizable styling and editing experiences.
- 3D Charts: Swift Charts now support 3D interactions, allowing users to rotate and zoom in on charts, enhancing data visualization capabilities.
-
Graphics and Visual Effects: New graphics capabilities include a mix modifier for colors and extended custom shader features to avoid frame drops. There are also new APIs for scroll views, allowing for more control over content visibility and scrolling behavior.
-
Interoperability and Integration: SwiftUI has improved interoperability with UIKit and RealityKit, making it easier to integrate SwiftUI views with existing frameworks and technologies.
-
Accessibility and Ease of Use: Enhancements in accessibility features, such as conditional modifier support and app intent-based actions, have been added. Xcode previews have been improved with a new dynamic linking architecture, increasing iteration speed and ease of setup.
For more detailed information, you can refer to the sessions What’s new in SwiftUI and Platforms State of the Union.

What’s new in SwiftUI
Learn what’s new in SwiftUI to build great apps for any Apple platform. We’ll explore how to give your app a brand new look and feel with Liquid Glass. Discover how to boost performance with framework enhancements and new instruments, and integrate advanced capabilities like web content and rich text editing. We’ll also show you how SwiftUI is expanding to more places, including laying out views in three dimensions.

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.