mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-01 22:36:03 +08:00
527 B
Executable File
527 B
Executable File
title, layout, permalink, next
| title | layout | permalink | next |
|---|---|---|---|
| ASCollectionNode | docs | /docs/ascollectionnode.html | astablenode.html |
ASCollectionNode can be used in place of any UICollectionView. The only requirements are that you replace your
-cellForRowAtIndexPath:
method with a
-nodeForRowAtIndexPath:
or
-nodeBlockForRowAtIndexPath:
Otherwise, a collection node has mostly the same delegate and dataSource methods that a collection view would and is compatible with most UICollectionViewLayouts.