Builder interface: how to select nested elements?

Is there a way in the interface builder to see the tree of my elements so that I can select them that way. It is very difficult to choose things inside the actual representation itself, especially when I have a lot of elements and nested representations, etc.

thanks

+6
ios cocoa-touch interface-builder
source share
1 answer

Try a shift and right-click on an element. It should show you the view hierarchy menu under this item.

Actually, wait, showing you the elements above this in the hierarchy. What you want to do is use the Nib window (not the Nib view, but another with the file owner, etc.), Select β€œWindow” and then set it as a column, so you can easily navigate.

+10
source share

All Articles