--- title: ASTableNode layout: docs permalink: /docs/astablenode.html next: display-node.html --- ASTableNode is equivalent to UIKit's UITableView.
-cellForRowAtIndexPath:
method with a
-nodeForRowAtIndexPath:
or
-nodeBlockForRowAtIndexPath:
Otherwise, a table node has mostly the same delegate and dataSource methods that a table view would.
An important thing to notice is that ASTableNode does not provide a method called:
-tableNode:HeightForRowAtIndexPath:
This is because in ASDK, nodes are responsible for determining their height themselves which means you no longer have to write code to determine this detail at the view controller level.