mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-03-30 23:17:14 +08:00
480 B
Executable File
480 B
Executable File
title, layout, permalink, next
| title | layout | permalink | next |
|---|---|---|---|
| ASCellNode | docs | /docs/cell-node.html | text-cell-node.html |
ASCellNode is maybe the most commonly subclassed node. It can be used as the cell for both ASTableNodes and ASCollectionNodes.
If you don't feel like subclassing you're also free to use the -initWithView: or initWithViewController: methods to return nodes with backing views created from an existing view or view controller you already have.