views:

82

answers:

1

I'm tired of switching between xcode and the browser to check iPhone API reference from Apple web site. Any better way to to it directly from Xcode ? Ideally I'd like to select a word and search for it in the APi reference automatically.

+8  A: 

There is a copy of the API reference in your local machine already. Check Help -> Developer Documentation.

You can also use "Opt + Double click" on a word to get quick help, "Cmd + Opt + Double click" to get detailed doc.

KennyTM