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: wwdc2015-414
$eventId
ID of event: wwdc2015
$eventContentId
ID of session without event part: 414
$eventShortId
Shortened ID of event: wwdc15
$year
Year of session: 2015
$extension
Extension of original filename: mp4
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: [2015] [Session 414] Building Be...

WWDC15 • Session 414

Building Better Apps with Value Types in Swift

Developer Tools • iOS, macOS, watchOS • 39:43

Swift supports rich first-class value types in the form of powerful structs, which provide new ways to architect your apps. Learn about the differences between reference and value types, how value types help you elegantly solve common problems around mutability and thread safety, and discover how Swift's unique capabilities might change the way you think about abstraction.

Speakers: Doug Gregor, Bill Dudney

Unlisted on Apple Developer site