How to assign different z-order to my Interface Builder objects?

aneuryzm picture aneuryzm · May 8, 2011 · Viewed 9.8k times · Source

How can I change the z-value, or just send to back or to front the objects in Interface Builder?

i.e. I would like to move to front the "Label" in this View:

example image

Answer

Moshe picture Moshe · May 8, 2011

You need to reorder then in Interface Builder. It seems like you're using Xcode 4. So, first, click on the arrow in the bottom left corner of IB to expand the side panel:

enter image description here

Next, click and drag the views that you'd like to rearrange.

enter image description here

The lower an item is on the list from the top of the list, the higher its "z-index".