I am creating a UIView containing some text that partially covers a UIImageView. I want the user to be able to read the text and still maintain a perspective on the image undern
I believe you should use:
myView.alpha = myAlphaFloat; myView.opaque = NO;