- August 28, 2025
- Mins Read
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 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”
Checkout USAGE.md
Checkout API.md
This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...