Skip to content

Releases: MaherKSantina/MSPeekCollectionViewDelegateImplementation

0.8.0

27 Jun 11:04
Compare
Choose a tag to compare

Changelog

  • Added support for vertical scrolling/peeking #5

0.7.0

26 Jun 10:54
Compare
Choose a tag to compare

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

25 Jun 12:41
4ffc12e
Compare
Choose a tag to compare

Changelog

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

0.5.0

22 Jun 09:09
Compare
Choose a tag to compare

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

16 Jun 02:13
Compare
Choose a tag to compare
  • Removed itemsCount from Readme

0.3.0

16 Jun 02:06
bdc3ce4
Compare
Choose a tag to compare
  • Removed itemsCount from implementation as it's not used anymore

0.2.0

16 Jun 01:11
Compare
Choose a tag to compare
  • Added Unit Tests
  • Fixed small issues

0.1.0

13 Jun 11:41
Compare
Choose a tag to compare

First Release

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