Reputation: 51
I currently have Xcode 3.2.3 installed (sans iOS SDK). It seems to have automatically downloaded for me the (OSX) Cocoa dev library -- but not iOS (UIKit) documentation.
In Xcode preferences, I see "documentation set" options for "Mac OSX 10.6 Core Library" and "Xcode 3.2 Developer Tools Library" (both already downloaded) -- plus some Java etc. documentation. But nothing about iPhone/iOS/UIKit.
After actually installing the iOS SDK, will there be a new option for an iOS documentation set in Xcode preferences? Or do I have to do something manually?
Upvotes: 3
Views: 8382
Reputation: 31
Click on preferences
Click on the 'Documentation
'Get' the iOS documentation
Upvotes: 3
Reputation: 196
The Documentation for iOS is no longer a part of SDK - looks like you need to install from preferences of XCode - click get next to install it
Upvotes: 5
Reputation: 4729
The documentation is part of the SDK. Once you install the iOS SDK you should then see the documentation show up (and unfortunately take priority in searches showing up first even when you only have Mac OS projects open).
Upvotes: 2