Closed
Description
I don't see a stopPropagation
method on the Event instance we get in a touch handler. Is there a way to do the equivalent of setting cancelsTouchesInView = YES
on a view so that touch events do not go to parent views?
We probably don't need something like stopPropagation
because you can't really do that on iOS, but some static property to set on a View
.