Texture icon indicating copy to clipboard operation
Texture copied to clipboard

ASCellNode doesn't have a supernode reference

Open beskaska opened this issue 4 years ago • 1 comments

ASCellNode doesn't have a reference to the supernode (ASTableNode or ASCollectionNode)

beskaska avatar May 25 '21 14:05 beskaska

Apparently the reason is in this lines. Because not all UIView have a corresponding asyncdisplaykit_node.

image

Especially in the case of ASTableNode and ASCollectionNode, there are intermediate views between ASCollectionView/ASTableView and ASCellNode-View

beskaska avatar May 25 '21 18:05 beskaska