TextureGroup / Texture

Smooth asynchronous user interfaces for iOS apps.
https://texturegroup.org/
Other
8.02k stars 1.3k forks source link

Add hitTest/pointInside support to table node #1987

Open christianselig opened 3 years ago

christianselig commented 3 years ago

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 commented 3 years ago

CLA assistant check
All committers have signed the CLA.