Rene Cacheaux
|
777b48cc33
|
Adds layout controller for collection views. This new layout controller leverages UICollectionViewLayout's layoutAttributesForElementsInRect in order to calculate index paths for items in AsyncDisplayKit ranges. Flow layout is still a requirement in order to test the waters.
|
2015-06-21 18:37:00 -05:00 |
|
Rene Cacheaux
|
e46c13edc5
|
Exposes ASCollectionView's ability to determine scroll direction. Scroll direction detection can now support 2-axis collection view layouts. ASCollectionView can now determine scrollable axes.
|
2015-06-21 11:45:25 -05:00 |
|
Rene Cacheaux
|
a7f7620b8c
|
Turns ASScrollDirection into Option set in preparation for supporting 2-axis collection view layouts. Clears test host target warnings.
|
2015-06-20 18:25:48 -05:00 |
|
Ryan Nystrom
|
b3ae15858a
|
Unit tests for batch fetching
|
2015-02-26 22:26:25 -08:00 |
|