CollectionViewShelfLayout icon indicating copy to clipboard operation
CollectionViewShelfLayout copied to clipboard

A UICollectionViewLayout subclass displays its items as rows of items similar to the App Store Feature tab without a nested UITableView/UICollectionView hack.

Results 7 CollectionViewShelfLayout issues
Sort by recently updated
recently updated
newest added

hi, when use `collectionView.reloadData()` all items `IndexPath` changed from (0 to 1) or (1 to 0) ?!

Hello and thanks for the hard work, much appreciated! I've been trying to figure out if you can hide certain section headers using CollectionViewShelfLayout, but I don't think you can....

Hi! Great work! I am using the layout and custom `ShelfElementKindSectionHeader`s. However, if I try to later insert a section using `insertSections`, while the content of the section animates in,...

And also update .gitignore and directories hierarchy

Hi, Can we add disclose indicator for a section like tableView cell?

Hi, thanks for this libarary! Great Work and easy to implement. Any chance to implement a functionality to snap the cells to center while scrolling/paging? (You see this functionality for...