CenteredCollectionView
is a lightweight drop in place UICollectionViewFlowLayout
that pages and keeps its cells centered, resulting in the "carousel effect" 🎡
To try the example using Cocoapods:
pod try CenteredCollectionView
This pod requires a deployment target of iOS 9.0 or greater
CenteredCollectionView is available through CocoaPods and Carthage.
To install it with Cocoapods, add the following line to your Podfile
:
pod "CenteredCollectionView"
To install it with Carthage, add the following line to your Cartfile
:
github "BenEmdon/CenteredCollectionView"
Checkout USAGE.md
Checkout API.md
Have a suggestion? All contributions are welcome!
If you make a pull request or an issue, you're likely to get a swift response!
This project exists thanks to all the people who contribute.
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
CenteredCollectionView is available under the MIT license. See the LICENSE file for more info.