Hi,
Parent is a UIImageView, child is a UIImageView. Both have enable user interaction set to yes. Problem is that child will cover parent view, so can't fire touches from the parent, need to do them from the child. But how can the child either set a new image file in the parent based on it's touch events which can be acquired by user touch, or how can the parent get those events by object (or not) and the x and y coordinates relative to the window when it does? Anything helps!
Thanks // :)