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

iOS 11.2 Gesture Recognizer #8

Merged
merged 6 commits into from
Dec 11, 2017
Merged

iOS 11.2 Gesture Recognizer #8

merged 6 commits into from
Dec 11, 2017

Conversation

TimOliver
Copy link
Owner

Fix for error #6 where iOS 11.2's difference in gesture recognizers was breaking TOScrollBar's usage of the UITouch APIs.

The issue was fixed by moving the touch logic to a custom UIGestureRecognizer subclass, which explicitly disallowed the parent UIScrollView from overriding it.

@TimOliver TimOliver merged commit cf39136 into master Dec 11, 2017
@TimOliver TimOliver deleted the ios11.2-fix branch December 11, 2017 10:18
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

1 participant