I have some buttons with SPTouch events, but I want them masked behind a frame which is an SPImage.
Is there any way I can turn the "userInteractionEnabled" of the frame image to false, so that the touch events pass through? Or will I have to create invisible buttons over the top in order for the buttons to work properly?
Thanks!