I have a UIImageView layed over a UIPickerView just for a nice fade effect but I would still like to be able to interact with the Picker view. I realize I could use buttons but I don't really like the way they look. Does anyone know how to forward the content touches through the image to the pickerview?
smithdale87 your a genius! I figured that would simply brick that area of the screen to touches, I had no idea it would make it transparent to touches!!