Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce requireOtherGestureRecognizersToFail flag #92

Conversation

evnaz
Copy link
Contributor

@evnaz evnaz commented Feb 12, 2019

the problem:
when panning over a UITableView with scroll disabled the pan gesture recogniser always fails. The reason why it's happening is the system gesture recognisers that seem never fail:
<_UISwipeActionPanGestureRecognizer: 0x7f85fbc09d70; state = Possible; view = <UITableView 0x7f85fc016600>; target= <(action=_swipeRecognizerDidRecognize:, target=<UISwipeHandler 0x600003dede30>)>>

the solution:
An option to disable GRs coordination so the pan gesture is not dependent on other gestures.

@evnaz
Copy link
Contributor Author

evnaz commented Feb 13, 2019

@shagedorn @felixLam could you merge this one?

@shagedorn shagedorn merged commit f16181e into iosphere:master Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants