Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I view the object hierarchy in XCode 4 like XCode 3 does?

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?

like image 627
Jose Avatar asked May 10 '11 22:05

Jose


2 Answers

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

like image 188
Mark Avatar answered Nov 15 '22 19:11

Mark


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

like image 20
Antwan van Houdt Avatar answered Nov 15 '22 20:11

Antwan van Houdt