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;
That prevents it from receiving touches and all the touches will go through it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With