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

Scroll bars not visible #75

Open PeHk opened 2 years ago

PeHk commented 2 years ago

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 offset to move it down because then they moved out of the collection view and they are not visible at all.. Can you please make some suggestions how to fix this? Since cell is automatically set to fill up the entire collection view so I am unable to increase the height to get more space.