CollectionViewWaterfallLayout icon indicating copy to clipboard operation
CollectionViewWaterfallLayout copied to clipboard

Pinterest inspired layout for UICollectionViews

Results 11 CollectionViewWaterfallLayout issues
Sort by recently updated
recently updated
newest added

Method 'collectionView(_:layout:sizeForItemAt:)' with Objective-C selector 'collectionView:layout:sizeForItemAtIndexPath:' conflicts with method 'collectionView(_:layout:sizeForItemAtIndexPath:)' with the same Objective-C selector

Is there a way to achieve this? It seems the library wants to hardcode the size of the cells in the delegate :/

I have added Swift Package Support for this framework and modified the way the `delegate` is used. I believe it is better to allow any object to adopt the `CollectionViewWaterfallLayoutDelegate`,...

While you delete cells using this layout the collection view does not update it's content size. Crashing on deleting cells if you use cache if statement.

No decoration View means we cannot add any other subviews in the cell apart from the imageView..? And please try to write comments in the class so that one trying...

@ecerney Looking to add subview within cell. How to customize the cells? I'm looking for a way to customize / or even use an external xib file for this but...

Let's say I would like to be able to switch between a gridlayout like this and a listlayout? (1 item per row) What would be the preferred way to do...

I really like this layout, you can do so much with it. However I've run into a layout that I'm having issues creating. It should look like this: ![collectionviewhell](https://cloud.githubusercontent.com/assets/4554498/13675479/d98d7fa0-e6af-11e5-89ae-29358dac8920.png) Can...

I am having a hard time getting this work without StoryBoard, Am I missing something ? Bests