Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to view IOS documentation using Xcode?

Tags:

xcode

Is there a shortcut i can use to display or search Obj-C API?

Say, i'd like to learn more about what IBAction does, i wonder if i can mouse over it and view documentation. Is there a way this can be enabled? A side bar possibly?

Please advise

like image 629
James Raitsev Avatar asked Dec 13 '22 11:12

James Raitsev


2 Answers

Option-click a class name and a window will pop up with a description. Click the book icon and the help window will open to that class. Command click to view the h file.

like image 53
tassinari Avatar answered Jun 02 '23 07:06

tassinari


Not that I know off, but you may see the source code at any time, and that has plenty of documentation on the comments.

like image 36
Oscar Gomez Avatar answered Jun 02 '23 07:06

Oscar Gomez