CenteredCollectionView Versions Save

A lightweight UICollectionViewLayout that 'pages' and centers its cells 🎡 written in Swift

2.2.2

4 years ago

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

2.2.1

5 years ago

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

2.1.1

5 years ago

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

2.1.0

5 years ago
  • Supports latest project config settings
  • Supports Swift 4.2

Thanks to @swing7wing for their contribution 👏

2.0.0

6 years ago

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

1.2.2

6 years ago
  • Fixed a crash when integrating with storyboards.

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

1.2.1

6 years ago

Fixed podspec

1.2.0

6 years ago

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

1.1

6 years ago

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

1.0

6 years ago

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