TagCellLayout
TagCellLayout copied to clipboard
Made in Swift - Tag layout for UICollectionView supporting 3 types of alignments - Left || Centre || Right
Could you add function that return row count? I added this function by my own but I forgot to save it before update )=
Pull request contains: 1. Update an example project: - I made a small correct of example cell so there is no white rectangle out of shape - I enabled a...
As using this we set Cell's width through its delegate method.but the cell configuration like corner radius and shadow are done on cell's initialization so how to update UI on...
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 } ```
Hello, I have a problem with your class TagCelLayout, in iPhone 5S, the multiline not working. I see that the collection view width is not representative to the reality with...
I'm trying to add two sections but it has different custom cell but it won't enter second section if I set the TagCellLayout. So is there a way for it?...