Use _ASDisplayLayer for both ASTableView and ASCollectionView. zeroContentInsets to fix UIKit.

This commit is contained in:
Scott Goodson
2015-12-29 22:24:44 -08:00
parent b1b9ad23d6
commit 051f1f6cdd
5 changed files with 62 additions and 25 deletions

View File

@@ -17,6 +17,8 @@
- (ASCellNode *)pagerNode:(ASPagerNode *)pagerNode nodeAtIndex:(NSInteger)index;
@end
// WARNING: ASPagerNode is new in AsyncDisplayKit 1.9.4 and not yet widely tested.
// Details of its API or behavior may change in future releases
@interface ASPagerNode : ASCollectionNode
// Configures a default horizontal, paging flow layout with 0 inter-item spacing.