uuuuuuuuuuu
uuuuuuuuuuu

Reputation: 51

Xcode: how to install the iOS documentation in Xcode?

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

Answers (3)

Hrishikesh Vimadalal
Hrishikesh Vimadalal

Reputation: 31

Click on preferences
Click on the 'Documentation
'Get' the iOS documentation

Upvotes: 3

Kalyana Sundaram
Kalyana Sundaram

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

theMikeSwan
theMikeSwan

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

Related Questions