Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make UIView pass through touch events?

The event sent to your view will go through the responder chain, if it doesn't implement any event handling method.

You could also set the userInteractionEnabled property to NO for that view.


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!