I'd like to provide relevant links to specific Apple's WWDC session videos in Stack Overflow questions & answers. How can I obtain a URL to link directly to a specific WWDC video? Ideally it would open a page with the session description and begin playing.
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- Get the NSRange for the visible text after scroll
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Swift - hide pickerView after value selected
- How do you detect key up / key down events from a
- didBeginContact:(SKPhysicsContact *)contact not in
- Attempt to present UIAlertController on View Contr
The Videos
Use the following link format (tested for 2014 & 2013):
For example:
https://developer.apple.com/videos/wwdc/2013/?id=228
Transcripts
An archive of session transcripts exists at http://asciiwwdc.com. Their format is:
For example:
http://asciiwwdc.com/2014/sessions/302
They are thin on the ground as yet, but big ones are there (keynotes). It's worth throwing in a placeholder in hope of more content arriving.
Linking Pleasure
If you use a lot of links, and who doesn't love the jolly scamps, take a look at SO's own guide to markdown linking. You can do some cool stuff you might not know about.