Background Image w/Quartz Drawing
Posted
by James
on Stack Overflow
See other posts from Stack Overflow
or by James
Published on 2010-05-18T18:26:55Z
Indexed on
2010/05/18
18:30 UTC
Read the original article
Hit count: 264
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
© Stack Overflow or respective owner