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

Remove hasTapGestureRecognizer #1244

Merged
merged 1 commit into from
Nov 3, 2021

Conversation

dostrander
Copy link
Contributor

@dostrander dostrander commented Nov 2, 2021

isTappable checks to see if a view is on screen or tappable by the user. If a view has a gesture recognizer it doesn't make it tappable if it's off screen or hidden by another view.

This takes out that check as it doesn't accurately represent if a view is actually tappable.

This still passes the tests that were introduced when this check was added so there should be no regression in functionality.

@dostrander dostrander marked this pull request as ready for review November 2, 2021 18:00
@dostrander dostrander merged commit 252b34e into master Nov 3, 2021
dostrander added a commit that referenced this pull request Nov 16, 2021
…-hasTapGestureRecognizer"

This reverts commit 252b34e, reversing
changes made to 4826269.
dostrander added a commit that referenced this pull request Nov 22, 2021
…-hasTapGestureRecognizer"

This reverts commit 252b34e, reversing
changes made to 4826269.
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.

2 participants