I have view1 which is an UIImageView
and I also have view2 which is a subview of view1 and is a UIImageView
too.
I want to move view2 around and I would like it to have alpha=0 where view1 (his superview) has alpha!=1
, is that possible? how can I do that?