CatDealsCollectionView: Use the correct method name (#3015)

This commit is contained in:
Adlai Holler 2017-02-10 13:35:29 -08:00 committed by GitHub
parent 7424b6d7f7
commit d7ce6b9a04

View File

@ -205,7 +205,7 @@ static const CGFloat kVerticalSectionPadding = 20.0f;
#pragma mark - ASCollectionDelegateFlowLayout
- (ASSizeRange)collectionNode:(ASCollectionNode *)collectionNode referenceConstrainedSizeForHeaderInSection:(NSInteger)section
- (ASSizeRange)collectionNode:(ASCollectionNode *)collectionNode sizeRangeForHeaderInSection:(NSInteger)section
{
if (section == 0) {
return ASSizeRangeUnconstrained;
@ -214,7 +214,7 @@ static const CGFloat kVerticalSectionPadding = 20.0f;
}
}
- (ASSizeRange)collectionNode:(ASCollectionNode *)collectionNode referenceConstrainedSizeForFooterInSection:(NSInteger)section
- (ASSizeRange)collectionNode:(ASCollectionNode *)collectionNode sizeRangeForFooterInSection:(NSInteger)section
{
if (section == 0) {
return ASSizeRangeUnconstrained;