are there any new swiftui views
Asked on 06/10/2025
1 search
Yes, there are several new SwiftUI views and features introduced at WWDC. Some of the highlights include:
-
New Graphics Capabilities: SwiftUI now allows you to mix colors beautifully with a new mix modifier on color, and it has extended custom shader features with precompiled shaders to avoid frame drops. There are also new APIs for fine-grained control of scroll views, including detecting changes in a view's visibility due to scrolling, which can be used to create experiences like auto-playing videos (What’s new in SwiftUI).
-
Improved Interoperability: SwiftUI has improved its integration with UIKit and AppKit, allowing you to use built-in or custom UI gesture recognizers in your SwiftUI view hierarchy, even on views not directly backed by UIKit (What’s new in SwiftUI).
-
New Web APIs: SwiftUI now supports embedding web content with WebKit's WKWebView API, a new declarative webview component, and a new Web Page API for programmatically controlling web content (Platforms State of the Union).
-
Rich Text Editing and 3D Charts: There are new rich text editing capabilities and support for 3D charts, along with performance improvements (Platforms State of the Union).
These updates make SwiftUI a more powerful and flexible tool for building user interfaces 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.

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

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