Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Weather App with Swift (Retired) Concurrency Writing Concurrent Networking Code

Different documentation through xcode vs online

So Pasan is using the documentation through the xcode IDE help menu, but I'm trying to look up the same documentation online and it doesn't give as much information it seems. Here's the URL I went to for NSURLSessionDownloadTask for Swift:

https://developer.apple.com/library/IOs/documentation/Foundation/Reference/NSURLSessionDownloadTask_class/index.html#//apple_ref/swift/cl/NSURLSessionDownloadTask

As you can see, the only information it shows is one function for cancelling a download. I don't see the entire list of function declarations like when Pasan looks up the information through xcode.

Since sometimes I watch these videos on a computer that doesn't have xcode installed I want to know; is this more explicit documentation only available through xcode or is there a way to look up these same functions and declarations through Apple's documentation on the web?