8

In Information Builder, I need to view/navigate all the objects in a the XIB and like to use the object hierarchy view in Xcode 3. However, in XCode 4, it just show the top level objects, but not the child objects. How can I view them all in XCode 4?

Jose
  • 347
  • 1
  • 4
  • 8

3 Answers3

15

Thanks for the other answers, that helped me. For future answer seekers, it looked a bit different for me in xcode 4.2. Pressing the grey"play" button in the bottom left corner poped out the hierarchy.

xcode screenshot

Mark
  • 509
  • 3
  • 9
5

Click on the arrow in the lower left of the gutter that shows the objectsenter image description here

Antwan van Houdt
  • 6,989
  • 1
  • 29
  • 52
3

You can also simply drag the object view window from the right side of the window. It will then show all the objects and their hierarchy.

MStudios
  • 1,073
  • 1
  • 12
  • 14