issues
search
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
358
stars
32
forks
source link
Implementation refactor
#34
Closed
MaherKSantina
closed
5 years ago
MaherKSantina
commented
5 years ago
Moved value conversion functions to UIScrollViewDirection enum
Moved the UICollectionViewDelegate functions into an extension
Renamed variable to make the implementation clearer
Added a delegate function to listen to index selection
Added comments and fixed readme