new swiftUI
Asked on 06/17/2025
1 search
At WWDC, Apple introduced several new features and enhancements for SwiftUI. Here are some of the highlights:
-
Graphics Capabilities: SwiftUI now includes new graphics capabilities, such as a mix modifier on colors to blend them together and extended custom shader features to precompile shaders, reducing frame drops. There are also new APIs for more control over scroll views, including detecting view visibility changes due to scrolling (What’s new in SwiftUI).
-
Web Content Integration: SwiftUI now supports embedding web content directly in apps with a full set of WebKit APIs, including a new WebView for showing web content. This allows for programmatic navigation and interaction with web pages (What’s new in SwiftUI).
-
3D Charting: SwiftUI has introduced support for 3D charts, allowing developers to create plots in three dimensions and interact with them using new Z-specific modifiers (What’s new in SwiftUI).
-
Swift 6 Language Mode: The new Swift 6 language mode offers compile-time data race safety, and SwiftUI has improved its APIs to make it easier to adopt this new language mode (What’s new in SwiftUI).
-
Interoperability Improvements: There are significant improvements in the integration of gestures and animations between SwiftUI and UIKit/AppKit, allowing for better interoperability (What’s new in SwiftUI).
-
Rich Text Editing: The SwiftUI text editor now supports rich text editing by changing the binding from a string to an attributed string, enabling full customization of text styling (Platforms State of the Union).
These updates make SwiftUI a more powerful and flexible framework for building apps across Apple's platforms.

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.