Created ASCollectionNode with new example project.

Eases support for nesting horizontally scrolling elements within a vertical scroller.

Further changes will improve the API, and optimize handling of the nested working ranges.
This commit is contained in:
Scott Goodson
2015-09-07 12:54:42 -07:00
parent de795d577a
commit 08e31e1c37
24 changed files with 911 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#import <AsyncDisplayKit/ASTableView.h>
#import <AsyncDisplayKit/ASCollectionView.h>
#import <AsyncDisplayKit/ASCollectionNode.h>
#import <AsyncDisplayKit/ASCellNode.h>
#import <AsyncDisplayKit/ASScrollNode.h>