Is it possible to have the iOS and OSX documentation available for offline reading? If so, how?
-
(http://kapeli.com/dash) as a workaround – IamMashed Sep 30 '15 at 19:45
6 Answers
The Documentation for iOS is no longer a part of SDK for offline reading - looks like you need to install from preferences of XCode, select Documentation preferences - click get next to 'iOS 4.3 Library Documentation' to install it.

- 12,937
- 5
- 50
- 82

- 196
- 2
- 6
As of Xcode 5, you can choose to download sets of documentation under Preferences\Downloads Tab\Documentation.

- 810
- 9
- 20
Go to Xcode's documentation preferences, and make sure that any documentation set you're going to need offline doesn't have a Get button next to it. If it does, click the button to download the set while you're online.

- 22,385
- 6
- 55
- 76
A lot, if not most, of the online documentation has a link to a PDF of what you're reading in the top right of the window, underneath the Search icon.

- 5,005
- 2
- 25
- 39
-
those pdfs are useful if there are just one or two items you want the docs for - but what if you want a whole section? there must be a better way than downloading hundreds of pdfs one by one. – Chani Sep 20 '13 at 22:29
As of Xcode 7+, you can find the download for the documentation in Preferences > Components.
You have to download documentation for every OS (macOS, watchOS, iOS, tvOS) separately.

- 1,568
- 7
- 28
- 35
-
This tab only has "Simulators" for me. Did they change it? How do I download documentation in the recent version? Thanks – InfiniteLoop Aug 31 '22 at 19:59
When in XCode press ⌘ + ⌥ + ⇧ + / then start searching for methods or classes you're interested in.

- 48,927
- 17
- 132
- 168