MSPeekCollectionViewDelegateImplementation Versions Save

A custom paging behavior that peeks the previous and next items in a collection view

1.2.2

4 years ago
  • Added ability to override UICollectionViewDelegate functions

1.2.1

5 years ago
  • Added back support for iOS 9 which was removed in version 1.2.0

1.2.0

5 years ago
  • Converted library from Swift 3.2 to 4.2

1.1.0

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

1.0.0

5 years ago

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

5 years ago

Changelog

  • Added ability to listen for active index change

0.12.0

5 years ago

Changelog

  • Fixed deployment target to 8 #23

0.11.0

5 years ago

Changelog

  • Fixed deployment target #23

0.10.0

5 years ago

Changelog

  • Fixed paging not working properly if cell spacing or cell peek width is large #20
  • Added convenience function to get the index of an item based on its content offset #21

0.9.0

5 years ago

Changelog

  • Fixed app crash if scroll threshold is 0 #17
  • Added sliders to example to show the implementation's features #16