ios - setExclusiveTouch ignored when using UISwipeGestureRecognizer -
i have 2 uiviews
(custom scroll views) respond uiswipegesturerecognizer
. these 2 uiviews
subviews of parent uiview
. want allow one of subviews respond recognizer.
in other words, 1 should allowed swiped @ time.
setting setexclusivetouch = yes
on subviews and/or parent view doesn't have effect.
how can make sure 1 subview being swiped @ time?
here's picture:
uiscrollview's default have multipletouchenabled
set yes - if not need multiple touch (zooming example requires it), set no.
Comments
Post a Comment