summary
Asked on 2025-06-27
1 search
The content presented by Apple at WWDC covers a wide range of topics, including new frameworks, tools, and updates to existing technologies. Here are some highlights from the sessions:
-
DockKit: The session "What’s new in DockKit" introduces intelligent tracking features, custom controls, and new camera modes. It provides insights into how to integrate these features into your app.
-
SwiftData: In "Create a custom data store with SwiftData," the session discusses how to leverage SwiftData for creating custom data stores, focusing on persistent models and snapshots for data management.
-
FinanceKit: The "Meet FinanceKit" session explores accessing financial data, handling transaction history, and best practices for managing financial data in apps.
-
SwiftUI Performance: "Optimize SwiftUI performance with Instruments" provides techniques for diagnosing and fixing performance issues in SwiftUI apps using Instruments, including understanding view body updates and their impact.
-
SpeechAnalyzer: The session "Bring advanced speech-to-text to your app with SpeechAnalyzer" covers building speech-to-text features, including live transcription and handling transcription results.
-
HLS Interstitials: "Enhance ad experiences with HLS interstitials" discusses integrating interstitials into media playback, including timeline management and SharePlay support.
-
Foundation Models: "Meet the Foundation Models framework" introduces the framework for guided generation and snapshot streaming, while "Deep dive into the Foundation Models framework" explores dynamic schemas and tool calling.
-
Writing Tools: Sessions like "Get started with Writing Tools" and "Dive deeper into Writing Tools" focus on enhancing text handling in apps, including rich text formatting and custom text engines.
-
Xcode 16: "What’s new in Xcode 16" highlights updates in editing, code completion, debugging, and introduces the flame graph for performance analysis.
-
PaperKit: "Meet PaperKit" provides an overview of tools for managing and customizing markup experiences in apps.
These sessions provide a comprehensive look at the latest advancements and tools available for developers to enhance their applications on Apple's platforms.

What’s new in DockKit
Discover how intelligent tracking in DockKit allows for smoother transitions between subjects. We will cover what intelligent tracking is, how it uses an ML model to select and track subjects, and how you can use it in your app.

Create a custom data store with SwiftData
Combine the power of SwiftData’s expressive, declarative modeling API with your own persistence backend. Learn how to build a custom data store and explore how to progressively add persistence features in your app. To get the most out of this session, watch “Meet SwiftData” and “Model your schema with SwiftData” from WWDC23.

Meet FinanceKit
Learn how FinanceKit lets your financial management apps seamlessly and securely share on-device data from Apple Cash, Apple Card, and more, with user consent and control. Find out how to request one-time and ongoing access to accounts, transactions, and balances — and how to build great experiences for iOS and iPadOS.