Top ten swiftui news
Asked on 06/11/2025
1 search
Here are some of the top new features and improvements in SwiftUI as presented at WWDC:
-
Performance Enhancements: SwiftUI has seen major performance improvements, especially in lists and scrolling. 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 platforms.
-
New Graphics Capabilities: SwiftUI introduces new graphics capabilities, including a mix modifier for colors and precompiled shaders to avoid frame drops.
-
Custom Containers: You can now create custom container views with the new API on
ForEachSubviewOf
, allowing you to iterate over subviews and create custom containers with capabilities similar to built-in ones likeList
andPicker
. -
TabView Enhancements: The new TabView API allows for more flexibility, including a type-safe syntax and the ability to switch between tab bar and sidebar views. It also supports customization like reordering and removing tabs.
-
RealityKit Integration: SwiftUI now offers more API to work alongside RealityKit, including improved coordinate conversion and support for presenting SwiftUI popovers directly from RealityKit entities.
-
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: Swift Charts now supports 3D, allowing for interactive 3D chart presentations with RealityKit integration.
-
Web Content Support: New web APIs allow embedding web content with WebKit's WKWebView API in SwiftUI, including a new declarative webview component and a Web Page API for programmatically controlling web content.
-
Improved Interoperability: SwiftUI has improved interoperability with UIKit and AppKit, including gesture recognition and animation integration.
-
Swift 6 Language Mode: SwiftUI has improved its APIs to make it easier to adopt the new Swift 6 language mode, which includes compile-time data race safety.
For more detailed information, you can check out the sessions What’s new in SwiftUI and Platforms State of the Union.

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.

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.