MSPeekCollectionViewDelegateImplementation icon indicating copy to clipboard operation
MSPeekCollectionViewDelegateImplementation copied to clipboard

A custom paging behavior that peeks the previous and next items in a collection view

Results 15 MSPeekCollectionViewDelegateImplementation issues
Sort by recently updated
recently updated
newest added

If I create the default behavior for peeking the cells from the horizontal `UICollectionView`, my scrolling indicators are only visible directly on cells and I am unable to use edge...

Please fix backward scroll... because if I want make backward scroll for example on 2-3 cell I can do this only on one cell, I made small research and found...

Trying to integrate using SPM but getting Package Resolution Failed. Im using the URL : https://github.com/MaherKSantina/MSPeekCollectionViewDelegateImplementation ![image](https://user-images.githubusercontent.com/1034170/113622147-2d6b6700-9622-11eb-965e-90dc6da56c87.png)

Hey, any idea hot to align horizontal collection view items to left when it is first item then after that could work normally with centered item. Like AppStore product carousel...

waiting for reply

After updating to v3.1.1 the app crashes when releasing finger after a swipe. It works without any change with the 2 previous versions. - The crash happens on the `behavior.scrollViewWillEndDragging`...

Good morning Maher! again thanks for your work. I'm having a doubt, I'm using RxCollectionView and in that case the dataSource it's fileprivate func dataSource() -> RxCollectionViewSectionedReloadDataSource and MSPeek collectionView...

waiting for reply

Works fine with one section in collection view, but I don't know if it could with multiple sections? I find that it has larger space between sections than cells. and...

Currently, this lib forces the cross axis size of a cell to match that of the collection view. The App Store has another type of horizontally peeking collection view where...

help wanted

It would be really nice if the peeking items have some animations (maybe like growing/shrinking) while we scroll.