Skip to content

Remove hasTapGestureRecognizer#1244

Merged
dostrander merged 1 commit into
masterfrom
dostrander/remove-hasTapGestureRecognizer
Nov 3, 2021
Merged

Remove hasTapGestureRecognizer#1244
dostrander merged 1 commit into
masterfrom
dostrander/remove-hasTapGestureRecognizer

Conversation

@dostrander

@dostrander dostrander commented Nov 2, 2021

Copy link
Copy Markdown
Contributor

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