mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-02 17:07:58 +08:00
10 lines
480 B
Markdown
Executable File
10 lines
480 B
Markdown
Executable File
---
|
|
title: ASCellNode
|
|
layout: docs
|
|
permalink: /docs/cell-node.html
|
|
next: text-cell-node.html
|
|
---
|
|
|
|
ASCellNode is maybe the most commonly <a href = "subclassing.html">subclassed node</a>. 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. |