TagCellLayout icon indicating copy to clipboard operation
TagCellLayout copied to clipboard

Distance Between Cells

Open basilmariano opened this issue 5 years ago • 0 comments

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
  }

basilmariano avatar Aug 31 '18 08:08 basilmariano