:star: Custom card-designed CollectionView layout
Last updated Jul 6, 2026
860
Stars
64
Forks
8
Issues
0
Stars/day
Attention Score
54
Language breakdown
No language data available.
โธ Files
click to expand
README
CardsLayout
CardsLayout is a lightweight Collection Layout.

Installation
CocoaPods
You can use CocoaPods to installCardsLayout by adding it to your Podfile:
platform :ios, '9.0'
use_frameworks!
pod 'CardsLayout'
swift
import CardsLayout
Manual
- Add
CardsCollectionViewLayoutfile to your project - Configure
collectionView:
collectionView.collectionViewLayout = CardsCollectionViewLayout()
collectionView.isPagingEnabled = true
collectionView.showsHorizontalScrollIndicator = false๐ More in this category