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

Empty space to left on small sized cells. #79

Open Debashish-hub opened 3 months ago

Debashish-hub commented 3 months ago

On small sized cells, it leaves a space to the left as it makes the cell centered.

If we make cells of smaller size (Less width than screen size), then on index 0, it leaves a space to the left making the cell centered.