I am watching Objective-C tutorials, and they are all old for obvious reasons. During their times, it was possible to download documentation in XCode for offline reference--in the way discussed in this question: XCode Documentation - Offline Reading
It used to be done via Preferences
-> Downloads
tab -> Documentation
. I.e., you used to have both Documentation and Simulators in the Downloads
tab.
In the recent version of XCode there is no Downloads
tab. There is only Components
tab, and it only has Simulators, no Documentation.
I tried searching for the answer, but surprisingly no luck for such seemingly simple question.
How do I download the full set of available docs for offline use? Thanks.