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

can't change cell size and positioning #76

Closed Sevenfortyseven closed 2 years ago

Sevenfortyseven commented 2 years ago

first of all i want to thank an author and contributors of this amazing library.it's really amazing. regarding to my problem, i'm using two different collectionView-s in a single controller. for the second collectionView i'm trying to use default layout methods like sizeforitemat(), to change cell's size.but it doesn't work.is this some kind of bug or am i doing something wrong? sorry if the question is kinda noobish because i'm totally new in programming world:)

edit: nevermind.i had such a silly mistake in my code that prevented me from using default layout configuration. this library is awesome <3 <3