MaherKSantina / MSPeekCollectionViewDelegateImplementation

A custom paging behavior that peeks the previous and next items in a collection view
https://medium.com/@maher.santina90/how-to-create-cells-that-peek-on-the-sides-like-ios-11-app-store-ef4bb54c0c7d
MIT License
356 stars 32 forks source link

remove left peek width #35

Closed cihangulx closed 4 years ago

cihangulx commented 5 years ago

how can i set only left peek width 0, change to cell origin not working.

MaherKSantina commented 5 years ago

Thank you @cihangulx for opening this issue. Having a variable peeking width for different cells is not currently supported. Honestly i don't have plans to support this because it will make the implementation a bit complicated. If you have any ideas/examples on how to update the current implementation to support that I'm happy to look at them!