A lightweight Collection Layout
CardsLayout
CardsLayout is a lightweight Collection Layout.
Installation
CocoaPods
You can use CocoaPods to install CardsLayout by adding it to your Podfile:
platform :ios, '9.0'
use_frameworks!
pod 'CardsLayout'
import CardsLayout
Manual
- Add CardsCollectionViewLayoutfile to your project
- Configure collectionView:
    collectionView.collectionViewLayout = CardsCollectionViewLayout()
    collectionView.isPagingEnabled = true
    collectionView.showsHorizontalScrollIndicator = false