Releases: BenEmdon/CenteredCollectionView
Releases · BenEmdon/CenteredCollectionView
SPM Release
Swift 5 Release
tvOS Support
Swift 4.2 release
- Supports latest project config settings
- Supports Swift 4.2
Thanks to @swing7wing for their contribution 👏
Storyboard Support and Tutorial
Storyboard support is here and there is now a tutorial in the USAGE.md
doc.
Storyboard Support
- Fixed a crash when integrating with storyboards.
Integrating with storyboards is possible, guideline and example coming soon!
Cocoapod release
Fixed podspec
Readability enhancement
Swift 4 compatibility
This release adds swift 4 compatibility and reduces our travis build debt.
Major Release!
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 aUICollectionView
with aCenteredCollectionViewFlowLayout
- Moved all custom methods back onto the