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

Listen for index change is not working #32

Closed iloo123 closed 5 years ago

iloo123 commented 5 years ago

Listen for index change. Ive done exactly as on the docs. But current index Index change part doesn't work

MaherKSantina commented 5 years ago

Hello @iloo123, I'm sorry you're experiencing this problem. Please provide me with code snippets of what you did so I can investigate the issue with you. Also, have you tried to clone the example and run it? The view controller in the example implements func peekImplementation(_ peekImplementation: MSPeekCollectionViewDelegateImplementation, didChangeActiveIndexTo activeIndex: Int) and prints the active index on each change.

MaherKSantina commented 5 years ago

Hello @iloo123, this issue has been open for over a month but I haven't heard back from you yet 😢 I'm afraid I'd have to close this issue for now. Please feel free to open it again if you're still experiencing the issue Cheers