is there a way to limit a UIGestureRecognizer to a special area of a view? For example the top and bottom 100px of a view?
Thanks in advance, Dom
|
is there a way to limit a UIGestureRecognizer to a special area of a view? For example the top and bottom 100px of a view? Thanks in advance, Dom
| |||
|
feedback
|
|
You can add transparent views above your primary view and add UIGestureRecognizers to those views. | |||
feedback
|