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

Add hitTest/pointInside support to table node #1987

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

christianselig
Copy link
Contributor

Since ASTableNode's backing view (ASTableView) is a direct subclass of UITableView rather than ASDisplayView, the table node doesn't get any of the nice hitTest/pointInside methods linked up. Well, I mean you can override them in a subclass, but they're never called.

This PR simply applies the same rerouting from ASTableView to ASTableNode that ASDisplayView does to ASDisplayNode so that they're properly communicated.

@CLAassistant
Copy link

CLAassistant commented May 4, 2021

CLA assistant check
All committers have signed the CLA.

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

2 participants