Skip to content

Releases: BenEmdon/CenteredCollectionView

SPM Release

26 Jan 20:58
f2bf371
Compare
Choose a tag to compare

CenteredCollectionView is now available for SPM. Big thanks to @Dean151 🎉

Swift 5 Release

10 Apr 17:35
aef9b3d
Compare
Choose a tag to compare

Thank you @vkcldhkd for updating CenteredCollectionView to Swift 5 in #42

tvOS Support

07 Mar 20:33
23f3368
Compare
Choose a tag to compare

Thanks to @bimawa in #39, tvOS support has now been added.

Swift 4.2 release

03 Dec 15:39
Compare
Choose a tag to compare
  • Supports latest project config settings
  • Supports Swift 4.2

Thanks to @swing7wing for their contribution 👏

Storyboard Support and Tutorial

14 Apr 19:01
Compare
Choose a tag to compare

Storyboard support is here and there is now a tutorial in the USAGE.md doc.

Storyboard Support

09 Apr 19:51
Compare
Choose a tag to compare
  • Fixed a crash when integrating with storyboards.

Integrating with storyboards is possible, guideline and example coming soon!

Cocoapod release

25 Feb 22:30
Compare
Choose a tag to compare

Fixed podspec

Readability enhancement

25 Feb 22:25
Compare
Choose a tag to compare

Thanks to @H-yuya for making code slightly more palatable in #26.

Swift 4 compatibility

30 Dec 00:20
be781d4
Compare
Choose a tag to compare

This release adds swift 4 compatibility and reduces our travis build debt.

Major Release!

24 Jun 20:16
Compare
Choose a tag to compare

Changes for 1.0 release

  • Removed CenteredCollectionView subclass (resolves #19)
    • Moved all custom methods back onto the CenteredCollectionViewFlowLayout
    • Added a UICollectionView convenience init to create a and configure a UICollectionView with a CenteredCollectionViewFlowLayout