Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access API reference from Xcode?

Tags:

xcode

iphone

api

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.

like image 222
CodeFlakes Avatar asked Apr 24 '10 11:04

CodeFlakes


1 Answers

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.

like image 127
kennytm Avatar answered Nov 16 '22 12:11

kennytm