I have a transparent UIImageView with a button behind it. How can I touch "through" it and press the button underneath it?
Thanks
Use UIImageView.userInteractionEnabled = NO;
UIImageView.userInteractionEnabled = NO;
That prevents it from receiving touches and all the touches will go through it.
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
383 times
active