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: tech-talks-2011-12
$eventId
ID of event: tech-talks
$eventContentId
ID of session without event part: 2011-12
$eventShortId
Shortened ID of event: tech-talks
$year
Year of session: 2011
$extension
Extension of original filename: mov
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: [2012] [Tech Talk World Tour] Ta...

iOS 5 Tech Talk World Tour #12

Taking Advantage of Automatic Reference Counting

2011 • 30:29

Xcode 4.2 introduces a powerful new technology called Automatic Reference Counting. Learn how the new Apple LLVM compiler can take care of memory management for you. Understand how ARC can dramatically simplify your development process by helping you write less code while reducing memory leaks and crashes. Discover how Xcode makes it easy to move your existing projects to ARC.

Speaker: Paul Marcos

Unlisted on Apple Developer site