Configure player

Close

WWDC Index does not host video files

If you have access to video files, you can configure a URL pattern to be used in a video player.

URL pattern

preview

Use any of these variables in your URL pattern, the pattern is stored in your browsers' local storage.

$id
ID of session: wwdc2024-10075
$eventId
ID of event: wwdc2024
$eventContentId
ID of session without event part: 10075
$eventShortId
Shortened ID of event: wwdc24
$year
Year of session: 2024
$extension
Extension of original filename: mp4
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: ...

WWDC24 • Session 10075

Track model changes with SwiftData history

Swift • iOS, macOS, tvOS, watchOS • 16:52

Reveal the history of your model’s changes with SwiftData! Use the history API to understand when data store changes occurred, and learn how to use this information to build features like remote server sync and out-of-process change handing in your app. We’ll also cover how you can build support for the history API into a custom data store.

Speaker: David Stites

Open in Apple Developer site