Skip to content

Releases: BenEmdon/CenteredCollectionView

SPM Release

Choose a tag to compare

@BenEmdon BenEmdon released this 26 Jan 20:58
f2bf371

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

Swift 5 Release

Choose a tag to compare

@BenEmdon BenEmdon released this 10 Apr 17:35
aef9b3d

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

tvOS Support

Choose a tag to compare

@BenEmdon BenEmdon released this 07 Mar 20:33
23f3368

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

Swift 4.2 release

Choose a tag to compare

@BenEmdon BenEmdon released this 03 Dec 15:39
  • Supports latest project config settings
  • Supports Swift 4.2

Thanks to @swing7wing for their contribution 👏

Storyboard Support and Tutorial

Choose a tag to compare

@BenEmdon BenEmdon released this 14 Apr 19:01

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

Storyboard Support

Choose a tag to compare

@BenEmdon BenEmdon released this 09 Apr 19:51
  • Fixed a crash when integrating with storyboards.

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

Cocoapod release

Choose a tag to compare

@BenEmdon BenEmdon released this 25 Feb 22:30

Fixed podspec

Readability enhancement

Choose a tag to compare

@BenEmdon BenEmdon released this 25 Feb 22:25

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

Swift 4 compatibility

Choose a tag to compare

@BenEmdon BenEmdon released this 30 Dec 00:20
be781d4

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

Major Release!

Choose a tag to compare

@BenEmdon BenEmdon released this 24 Jun 20:16

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