Latest | 0.0.1 |
---|---|
Homepage | https://github.com/filletofish/Cardslayout |
License | MIT |
Platforms | ios 9.0, requires ARC |
Authors |
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
CardsCollectionViewLayout
file to your project - Configure
collectionView
:
collectionView.collectionViewLayout = CardsCollectionViewLayout()
collectionView.isPagingEnabled = true
collectionView.showsHorizontalScrollIndicator = false
Latest podspec
{ "name": "CardsLayout", "version": "0.0.1", "summary": "Custom Collection View Layout", "description": "Custom Collection View Layout with simple card design.", "homepage": "https://github.com/filletofish/Cardslayout", "screenshots": "https://github.com/filletofish/Cardslayout/blob/master/Animation.gif?raw=true", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Filipp Fediakov": "[email protected]" }, "social_media_url": "http://twitter.com/_filletofish_", "platforms": { "ios": "9.0" }, "source": { "git": "https://github.com/filletofish/Cardslayout.git", "tag": "0.0.1" }, "requires_arc": true, "source_files": "CardsCollectionViewLayout.swift", "exclude_files": [ "CardsExample", "CardsOldSource" ], "pushed_with_swift_version": "3.2" }
Mon, 11 Dec 2017 11:20:12 +0000