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

UIGestureRecognizer doesn't handle the Cancelled state #96

Open
JoeSzymanski opened this issue Jul 10, 2015 · 0 comments
Open

UIGestureRecognizer doesn't handle the Cancelled state #96

JoeSzymanski opened this issue Jul 10, 2015 · 0 comments

Comments

@JoeSzymanski
Copy link

Just hit this bug in our own usage of the app. The gesture recognizer for the view doesn't handle the cancelled state, so it treats a cancel event like any other event during a swipe. The cancel state should be handled the same way that the end state does. Either that, or cancel state should actually cancel the swipe.

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

No branches or pull requests

1 participant