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-10138
$eventId
ID of event: wwdc2024
$eventContentId
ID of session without event part: 10138
$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 10138

Create a custom data store with SwiftData

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

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.

Speaker: Luvena Huo

Open in Apple Developer site