KRLCollectionViewGridLayout icon indicating copy to clipboard operation
KRLCollectionViewGridLayout copied to clipboard

A UICollectionViewLayout that specifies item size and location by number of columns.

Results 4 KRLCollectionViewGridLayout issues
Sort by recently updated
recently updated
newest added

Hi, At first I wanna say thank you for making this, I'm using it to make an 3x3 grid layout with paging enable. But I have a problem when scroll...

Could you please explain how it would be possible to return the correct size driven by autolayout on my collection view cells? I have a layout which scrolls vertically with...

Is there a way to animate the layout vs using invalidate?

I would like to use this class to implement a game that always displays 12 cells in a grid with 4 rows and 3 columns. I want the aspect ratio...