views:

32

answers:

0

I'm using Quartz to do some basic drawing. I recently decided I wanted a background image for my app. So I went into my XIB file and added a UIImageView and set the background, looks good. However, when I run it, the Z-Index of the image is above my drawing. I googled a bit and found that you can do Layout > Send to Back in IB...but that option is grayed out to me when I have my UIImageView selected.

Is there an easy way to move this UIImageView permanently to the background? Is there perhaps an alternate method to doing this that I should consider?

Thanks