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?
Asked
Active
Viewed 5,403 times
3 Answers
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.

Mark
- 509
- 3
- 9
5
Click on the arrow in the lower left of the gutter that shows the objects

Antwan van Houdt
- 6,989
- 1
- 29
- 52
-
thank you for answering this :-) the interface is NOT intuitive – NateHill Jul 10 '11 at 14:59
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