What’s new in Vision?
Asked on 04/02/2025
1 search
In the session titled "Discover Swift enhancements in the Vision framework" at WWDC 2024, several new features and improvements were introduced for the Vision framework:
-
New Swift API: The Vision framework now includes a new API with streamlined syntax designed for Swift, making it easier to integrate computer vision capabilities into apps. This API supports Swift concurrency and Swift 6, allowing developers to write more performant applications.
-
Enhanced Capabilities: The Vision framework can detect faces, recognize text in 18 different languages, track body poses and trajectories, and even track hand poses, enabling new ways of interacting with Apple devices without touching the screen.
-
Updating Existing Apps: Developers can update existing Vision applications to use the new API by adopting new request and observation types, removing the completion handler for requests, and using async/await syntax.
For more detailed information, you can refer to the session Discover Swift enhancements in the Vision framework (13:46).

What’s new in device management
Learn about the latest management capabilities for iOS, iPadOS, macOS, and visionOS, then discover the latest changes to Apple Business Manager and Apple School Manager. We’ll also share updates to Activation Lock, SoftwareUpdate, and Safari management.

Get started with HealthKit in visionOS
Discover how to use HealthKit to create experiences that take full advantage of the spatial canvas. Learn the capabilities of HealthKit on the platform, find out how to bring an existing iPadOS app to visionOS, and explore the special considerations governing HealthKit during a Guest User session. You’ll also learn ways to use SwiftUI, Swift Charts, and Swift concurrency to craft innovative experiences with HealthKit.

Discover Swift enhancements in the Vision framework
The Vision Framework API has been redesigned to leverage modern Swift features like concurrency, making it easier and faster to integrate a wide array of Vision algorithms into your app. We’ll tour the updated API and share sample code, along with best practices, to help you get the benefits of this framework with less coding effort. We’ll also demonstrate two new features: image aesthetics and holistic body pose.