Releases: MaherKSantina/MSPeekCollectionViewDelegateImplementation
Releases · MaherKSantina/MSPeekCollectionViewDelegateImplementation
1.2.2
- Added ability to override
UICollectionViewDelegate
functions
1.2.1
- Added back support for iOS 9 which was removed in version
1.2.0
1.2.0
- Converted library from Swift 3.2 to 4.2
1.1.0
- 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
1.0.0
First Production Release 🎉🎉🎉🎉
- Added
pagingEnabled = false
in the configuration function to make the peeking work without setting it in the interface builder
Since multiple people are starting to use this pod in their production code, more stability and improvement will be implemented in a backward compatible manner (When possible)
0.13.0
Changelog
- Added ability to listen for active index change