- Notifications
You must be signed in to change notification settings - Fork112
A lightweight UICollectionViewLayout that 'pages' and centers its cells 🎡 written in Swift
License
BenEmdon/CenteredCollectionView
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CenteredCollectionView
is a lightweight drop in placeUICollectionViewFlowLayout
thatpages 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 throughSwift Package Manager,CocoaPods andCarthage.
To install it withSwift Package Manager, add the URLhttps://github.com/BenEmdon/CenteredCollectionView
in Xcode Add Package Dependency assistant ; or add to your ownPackage.swift
:
dependencies:[.package(url:"https://github.com/BenEmdon/CenteredCollectionView", from:"2.2.2")]
To install it withCocoapods, add the following line to yourPodfile
:
pod"CenteredCollectionView"
To install it withCarthage, add the following line to yourCartfile
:
github "BenEmdon/CenteredCollectionView"
CheckoutUSAGE.md
CheckoutAPI.md
Have a suggestion? All contributions are welcome!
If you make a pull request or an issue, you're likely to get aswift response!
CenteredCollectionView is available under the MIT license. See the LICENSE file for more info.
About
A lightweight UICollectionViewLayout that 'pages' and centers its cells 🎡 written in Swift
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors11
Uh oh!
There was an error while loading.Please reload this page.