filletofish
CardsLayout
Swift

: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.

CocoaPods [Platform]() Twitter GitHub license

Preview

Installation

CocoaPods

You can use CocoaPods to install CardsLayout by adding it to your Podfile:
platform :ios, '9.0'
use_frameworks!
pod 'CardsLayout'
swift
import CardsLayout

Manual

  • Add CardsCollectionViewLayout file to your project
  • Configure collectionView:
collectionView.collectionViewLayout = CardsCollectionViewLayout()
    collectionView.isPagingEnabled = true
    collectionView.showsHorizontalScrollIndicator = false

ยฉ 2026 GitRepoTrend ยท filletofish/CardsLayout ยท Updated daily from GitHub