NHAlignmentFlowLayout icon indicating copy to clipboard operation
NHAlignmentFlowLayout copied to clipboard

UICollectionViewDelegate methods are not taken into account

Open yfujiki opened this issue 11 years ago • 0 comments

for example, layout.sectionInset = ... or layout.minimumInteritemSpacing = ... works, but implementing delegate methods like

- (UIEdgeInsets)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout insetForSectionAtIndex:(NSInteger)section

or

- (CGFloat)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout minimumLineSpacingForSectionAtIndex:(NSInteger)section

don't work.

yfujiki avatar Apr 18 '14 17:04 yfujiki