Texture icon indicating copy to clipboard operation
Texture copied to clipboard

Add hitTest/pointInside support to table node

Open christianselig opened this issue 4 years ago • 1 comments

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.

christianselig avatar May 04 '21 20:05 christianselig

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 04 '21 20:05 CLAassistant