facebookarchive / AsyncDisplayKit

Smooth asynchronous user interfaces for iOS apps.

Home Page:http://asyncdisplaykit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[RFC] Cell capability as an extension of ASDisplayNode

nguyenhuy opened this issue · comments

Currently, ASCellNode is a subclass of ASDisplayNode. As a result, sometimes a display node must be wrapped inside a cell node to be used within a collection/table view. If we can find a way to implement cell node functionality as an extension of ASDisplayNode, we can turn ASDisplayNode into a magical class that can be used inside any container and can even be re-hosted from one to another!

This issue was moved to TextureGroup/Texture#218