CenteredCollectionView alternatives and similar libraries
Based on the "UICollectionView" category.
Alternatively, view CenteredCollectionView alternatives based on common mentions on social networks and blogs.
-
FSPagerView
FSPagerView is an elegant Screen Slide Library. It is extremely helpful for making Banner View、Product Show、Welcome/Guide Pages、Screen/ViewController Sliders. -
Gliding Collection
:octocat: Gliding Collection is a smooth, flowing, customizable decision for a UICollectionView Swift Controller. iOS library made by @Ramotion -
Card Slider
:octocat: 🃏 Cardslider is a design UI controller that allows you to swipe through cards with pictures and accompanying descriptions. -
GravitySlider
🔄 GravitySlider is a beautiful alternative to the standard UICollectionView flow layout. -
RAReorderableLayout
DISCONTINUED. A UICollectionView layout which can move an item with drag and drop. -
ReplaceAnimation
Pull-to-refresh animation in UICollectionView with a sticky header flow layout, written in Swift :large_orange_diamond: -
Blueprints
DISCONTINUED. :cyclone: Blueprints - A framework that is meant to make your life easier when working with collection view flow layouts. -
CarLensCollectionViewLayout
DISCONTINUED. An easy-to-use Collection View Layout for card-like animation. -
CollectionViewShelfLayout
A UICollectionViewLayout subclass displays its items as rows of items similar to the App Store Feature tab without a nested UITableView/UICollectionView hack. -
AZCollectionViewController
Easy way to integrate pagination with dummy views in CollectionView, make Instagram "Discover" within minutes. -
CheckmarkCollectionViewCell
UICollectionViewCell with checkbox when it isSelected and empty circle when not - like Photos.app "Select" mode. -
FlexibleRowHeightGridLayout
A UICollectionView grid layout designed to support Dynamic Type by allowing the height of each row to size to fit content. -
CustomCollectionLayout
This is an example project for my article called "UICollectionView Tutorial: Changing presentation on the fly" -
GoodProvider
🚀UITableView and UICollectionView provider to simplify basic scenarios of showing the data.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of CenteredCollectionView or a related project?
README
CenteredCollectionView
CenteredCollectionView
is a lightweight drop in place UICollectionViewFlowLayout
that pages and keeps its cells centered, resulting in the "carousel effect" 🎡
Example
[Demo](/.github/demo.gif)
To try the example using Cocoapods:
pod try CenteredCollectionView
Requirements
This pod requires a deployment target of iOS 9.0 or greater
Installation
CenteredCollectionView is available through Swift Package Manager, CocoaPods and Carthage.
To install it with Swift Package Manager, add the URL https://github.com/BenEmdon/CenteredCollectionView
in Xcode Add Package Dependency assistant ; or add to your own Package.swift
:
dependencies: [
.package(url: "https://github.com/BenEmdon/CenteredCollectionView", from: "2.2.2")
]
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"
Usage
Checkout USAGE.md
API
Checkout API.md
Contributing
Have a suggestion? All contributions are welcome!
If you make a pull request or an issue, you're likely to get a swift response!
Author
License
CenteredCollectionView is available under the MIT license. See the LICENSE file for more info.
*Note that all licence references and agreements mentioned in the CenteredCollectionView README section above
are relevant to that project's source code only.