SnapLikeCollectionView icon indicating copy to clipboard operation
SnapLikeCollectionView copied to clipboard

The collectionView library which is scaling, scrolling and stopping comfortably like Snapchat and Instagram.

Results 6 SnapLikeCollectionView issues
Sort by recently updated
recently updated
newest added

Is there any possibility to change the minimumLineSpacing to control the spacing between items?

I do not use storyboards at all and have created my collectionView and my cell programatically. I even registered my cell by using this: ```swift func prepareCollectionView() { dataSource =...

App crashes after reloading collection, if after reloading collection has less items than before. `collectionViewDataSource?.items = thumbnails` `collectionView.reloadData()` This code produces crash.

I can add button in my custom cell class and add an @IBAction in the same cell. The problem is there is no way to get this callback to be...

I've tried the pod, works great. However, it only works when the collectionView is inside a UIViewController. In my case, the collectionView is inside a UICollectionViewCell (collectionView inside another collectionView's...