views:

93

answers:

3

How do you adjust the "z"-positions of objects (e.g. sending UIImageViews to the front\back) in the new, integrated interface builder in XCode 4?

+1  A: 

Found it: Click on the object you want to move and on the "file menu" (I'm from Windows) select Editor > Arrangement

Joe
A: 

Also, click on the triangle (open) at the bottom of the column showing the view/objects/placeholder/window. Then you have the full hierarchy of objects, like from IB, and can rearrange by dragging.

Dan Craft
A: 

Just to give a clean answer to this:

  • Select an interface object, then "Editor | Arrangement | Send to back/front/etc"

  • Select the window object, then click on 'Window' above the interface editor and select the objects it contains.

    • This pic shows where to click: http://i.imgur.com/a7HaC.png

    • Or you can expand the object browser, use the disclosure triangle on the window object, and select from the list there: i.imgur.com/041xz.png

Luke