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-408
$eventId
ID of event: wwdc2015
$eventContentId
ID of session without event part: 408
$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 408] Protocol-Or...

WWDC15 • Session 408

Protocol-Oriented Programming in Swift

Developer Tools • iOS, macOS, watchOS • 45:51

At the heart of Swift's design are two incredibly powerful ideas: protocol-oriented programming and first class value semantics. Each of these concepts benefit predictability, performance, and productivity, but together they can change the way we think about programming. Find out how you can apply these ideas to improve the code you write.

Speaker: Dave Abrahams

Unlisted on Apple Developer site