MSPeekCollectionViewDelegateImplementation Versions Save

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

0.8.0

5 years ago

Changelog

  • Added support for vertical scrolling/peeking #5

0.7.0

5 years ago

Changelog

  • Added support to show multiple cells at the same time #12
  • Added support to get the content offset of an item at a specific index #13

0.6.0

5 years ago

Changelog

  • Added support to scroll multiple items at a time #7

0.5.0

5 years ago

Changelog

  • Added support for subclassing implementation to add new features or to listen to events.
  • Added Customization section in Readme for subclassing

0.4.0

5 years ago
  • Removed itemsCount from Readme

0.3.0

5 years ago
  • Removed itemsCount from implementation as it's not used anymore

0.2.0

5 years ago
  • Added Unit Tests
  • Fixed small issues

0.1.0

5 years ago

First Release

  • MSPeekCollectionViewDelegateImplementation can be initialized using itemsCount, cellPeekWidth, cellSpacing and scrollThreshold
  • Added extension function configureForPeekingDelegate() for UICollectionView to easily configure a collection view