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

Scrolling does not work when collection view is on top of a scroll view #47

Closed TheBigBiggerRice closed 5 years ago

TheBigBiggerRice commented 5 years ago

This repo helped me immensely! There is one issue I am not sure of is how to get the scrolling or delegate methods to work when my collection view is a subview of a scroll view. It seems like the collection view stopped working completely when on a scroll view.

MaherKSantina commented 5 years ago

Hello @TheBigBiggerRice ! I'm really thrilled that this repo helped you out! I'm assuming that you were able to solve the issue by yourself? Let me know if you experience any more issues 👍