views:

325

answers:

1

Can I set an image for the view's own background image? I don't want to use UIImageView control. It seems not to be possible using IB. Do I have to do it programatically?

Thank you.

A: 

What's wrong with UIImageView? This is a perfect use for it.

Ben Gottlieb
the problem is putting other controls (such as text fields and buttons etc.) over the image view control. how can i send this imageview to the back side (and make it passive) so that my main controls can be used efficiently.
molloy
In interface builder, select the image view and then select "Send to Back" from the Layout menu.
Ben Gottlieb
anyway, my question is like that. there is a hyperlink (titled "forgot your username / password?") and a label on the view. i used a round rect button for the hypelink. but i don't want that button's boundries can be seen. (it should be seen like hyperlink) Alpha level doesn't work the way i want. button should be displayed over imageview just like a hiperlink. could i express my trouble correctly? sory for that.
molloy
sory but i couldn't find "Send to Back"
molloy
ok i see "send to back"
molloy
briefly, how can i represent a hyperlink on the uiimageview (like in a web page) and label without rectangle
molloy