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

RxCollectionView only shows one cell always #62

Open Sk8er22 opened 4 years ago

Sk8er22 commented 4 years ago

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 it's only showing one cell in all cases...

Do you have any idea, what can I do?

Thanks!

MaherKSantina commented 4 years ago

Hello @Sk8er22 ! So sorry for the late reply, I've been very busy at work. Do you happen to have a code snippet I can start testing with? I don't usually use RxCollectionViewSectionedReloadDataSource and would like to see how you're trying to implement it with this library. Thanks!