-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Implement a function like from UICollectionViewFlowLayoutDelegate
- (CGFloat)collectionView:(UICollectionView *)collectionView layout:(UICollectionView *)collectionViewLayout minimumInteritemSpacingForSectionAtIndex:(NSInteger)section
{
return 10; // This is the minimum inter item spacing, can be more
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels