What's new in SwiftUI in 2025?
Asked on 06/15/2025
1 search
In 2025, SwiftUI introduced several exciting updates and enhancements:
-
Widgets: Widgets are now available on Vision OS and CarPlay, with new customization options and APIs for relevance on WatchOS. There are also live activities on CarPlay and a push-based updating API.
-
Performance Improvements: SwiftUI has seen significant performance enhancements, particularly in scrolling and list handling. Lists on macOS with over 100,000 items now load six times faster, and incremental changes like inserting new items are up to 16 times faster.
-
Web Content Integration: SwiftUI now supports embedding web content directly in apps using WebKit's new declarative WebView component. This includes a new OpenURL version for in-app browsing and a Web Page API for programmatically controlling web content.
-
Rich Text Editing: The SwiftUI text editor now supports rich text editing by changing the binding from a string to an attributed string, allowing for fully customizable styling and editing experiences.
-
3D Charts and Spatial Experiences: Swift Charts now support 3D interactions, and SwiftUI has expanded its capabilities for building spatial apps, including volumetric APIs and 3D layout tools.
-
RealityKit Integration: SwiftUI offers more APIs to work alongside RealityKit, simplifying interactions and supporting features like synchronizing animations and binding to components.
-
Design Updates: A new design system provides a consistent and fluid experience across Apple platforms, with updated navigation containers and toolbar appearances.
For more detailed information, you can check out the session What’s new in SwiftUI (00:00:07).

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.

Platforms State of the Union
Discover the newest advancements on Apple platforms.

Meet WebKit for SwiftUI
Discover how you can use WebKit to effortlessly integrate web content into your SwiftUI apps. Learn how to load and display web content, communicate with webpages, and more.