Extract flow layout methods into a separate delegate

This commit is contained in:
Levi McCallum
2015-09-22 20:43:18 -07:00
committed by Levi McCallum
parent cefbcef831
commit 2956c0cd8a
3 changed files with 21 additions and 5 deletions

View File

@@ -628,7 +628,7 @@ static BOOL _isInterceptedSelector(SEL sel)
}
if (_asyncDelegateImplementsInsetSection) {
sectionInset = [_asyncDelegate collectionView:self layout:self.collectionViewLayout insetForSectionAtIndex:indexPath.section];
sectionInset = [(id<ASCollectionViewDelegateFlowLayout>)_asyncDelegate collectionView:self layout:self.collectionViewLayout insetForSectionAtIndex:indexPath.section];
}
if (ASScrollDirectionContainsHorizontalDirection([self scrollableDirections])) {