0

In xcode3, list of properties and methods of a reference where displayed in a frame. Can we do the same thing in xcode4?

sorin
  • 161,544
  • 178
  • 535
  • 806
Taketo Sano
  • 699
  • 7
  • 10

1 Answers1

0

Try esc on the code editor, the avable methods appearing. If you want to see the documentation: press alt + click on the object

Roki
  • 2,680
  • 1
  • 22
  • 21