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:

  1. 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).

  2. 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).

  3. 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).

  4. 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.