Popularity
6.5
Stable
Activity
0.0
Stable
825
12
62

Programming language: Swift
License: MIT License
Tags: UI     UICollectionView    
Latest version: v0.0.1

CardsLayout alternatives and similar libraries

Based on the "UICollectionView" category.
Alternatively, view CardsLayout alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of CardsLayout or a related project?

Add another 'UICollectionView' Library

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'
import CardsLayout

Manual

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


*Note that all licence references and agreements mentioned in the CardsLayout README section above are relevant to that project's source code only.