Skip to content

Releases: MaherKSantina/MSPeekCollectionViewDelegateImplementation

1.2.2

30 May 00:02
Compare
Choose a tag to compare
  • Added ability to override UICollectionViewDelegate functions

1.2.1

27 Mar 08:24
Compare
Choose a tag to compare
  • Added back support for iOS 9 which was removed in version 1.2.0

1.2.0

26 Mar 10:26
Compare
Choose a tag to compare
  • Converted library from Swift 3.2 to 4.2

1.1.0

03 Feb 10:15
Compare
Choose a tag to compare
  • 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

31 Jan 12:33
Compare
Choose a tag to compare

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

18 Oct 13:10
9953228
Compare
Choose a tag to compare

Changelog

  • Added ability to listen for active index change

0.12.0

06 Sep 23:51
Compare
Choose a tag to compare

Changelog

  • Fixed deployment target to 8 #23

0.11.0

06 Sep 23:45
7d25721
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release

Changelog

  • Fixed deployment target #23

0.10.0

30 Jul 09:25
Compare
Choose a tag to compare

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

03 Jul 08:42
Compare
Choose a tag to compare

Changelog

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