CustomCollectionViewLayout icon indicating copy to clipboard operation
CustomCollectionViewLayout copied to clipboard

Custom layout for a collection view using horizontal and vertical scrolling with sticky rows and columns

Results 19 CustomCollectionViewLayout issues
Sort by recently updated
recently updated
newest added

Adding delegate to calculate the item size dynamically, giving the ability to the consumer to disable row, column pinning.

Hi, I am trying to using this library in Xcode 9.3. When I increase or decrease the column it gets crashed. Please let me know what need to do? Thanks,...

I try to make header stick when scrolling up and move down with other when contentOffset.y < 0. It works when scrolling slowly but when scroll so fast header move...

How can I make dynamic columns in this customcollectionViewLayout

Hi, I am using CustomCollectionViewLayout in my project. when text is entered in the row the cell height need to adjust automatically like excel sheet . please give suggestions to...

Hi, I used CustomCollectionViewLayout in my app. i have to maintain the constant width for few columns. by using the width when the text is increased the section height need...

I am trying to figure out if its possible to create a swipe to delete method for an entire row using this script. I understand each row is made up...

How can I get that same vertical line that is showing in the .gif preview after the sticky column

It is a great library i integrated it and work properly but there is an issue that i want them to scroll the row either horizontal or vertical at one...