Expose collection view supplementary node data source method

This commit is contained in:
Levi McCallum
2015-09-22 21:08:50 -07:00
committed by Levi McCallum
parent 0d2332bd82
commit e492770aed
2 changed files with 13 additions and 0 deletions

View File

@@ -274,6 +274,8 @@
@optional
- (ASDisplayNode *)collectionView:(ASCollectionView *)collectionView nodeForSupplementaryElementOfKind:(NSString *)kind atIndexPath:(NSIndexPath *)indexPath;
/**
* Provides the constrained size range for measuring the node at the index path.
*