How can I adjust the "z"-positions of objects (e.g. sending UIImageView
s to the front/back) in the integrated interface builder in Xcode?
How can I adjust the "z"-positions of objects (e.g. sending UIImageView
s to the front/back) in the integrated interface builder in Xcode?
Just to give a clean, up-to-date answer to this:
Select an interface object, then "Editor | Arrange | Send to back/front/etc", OR
Select the window object, then click on 'Window' above the interface editor and select the objects it contains
Or you can expand the object browser, use the disclosure triangle on the window object, and select from the list there: http://i.imgur.com/041xz.png
If the option to send to front/back is greyed out, try double-clicking the object to select it.
Alternatively, the objects are listed from back to front in the order that they appear in the object browser list.