PinterestLayout icon indicating copy to clipboard operation
PinterestLayout copied to clipboard

Custom collection view layout inspired by Pinterest layout. Written in Swift.

Results 8 PinterestLayout issues
Sort by recently updated
recently updated
newest added

Dear MagicLab, For my project i need different paddings for top and side. I think my pull request make your solution more flexible. If you accept my changes please make...

Hello, I noticed that function `override func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) { }` Is not called when using **CustomCollectionVC** from example, it works fine for **MyPinterestVC**. https://github.com/karek314/PinterestLayout/commit/4e2994664103319d8c4503e567b0152d13b71a9b https://github.com/karek314/PinterestLayout/commit/66c73eb8f9564512789c0333095a64d57139a9c3...

Help me for getting index value of cell? didSelectItem is not be there in entire code please help.

Hello, After collectionView.reloadData() after first load, layout acting weird. You can see before/after in screenshots. Am I doing something wrong or is there a bug? BR ![IMG_9705](https://user-images.githubusercontent.com/672875/55892929-f0e60b80-5bbf-11e9-984b-7b5ad02ff205.PNG) ![IMG_9706](https://user-images.githubusercontent.com/672875/55892942-f5aabf80-5bbf-11e9-968d-252c3e8fcc4e.PNG)

This pull request is related to issue #3

Hi, I just tried this library in one of my project and I found some issue with the delegate variable. This variable is declared as strong variable means that if...

How to create dynamic height headers with autolayout ? thanks.