DeckCollectionViewLayout
Card stack layout for UICollectionView
Install / Use
/learn @victor-pavlychko/DeckCollectionViewLayoutREADME
DeckCollectionViewLayout
DeckCollectionViewLayout is another implementation of Tinder like cards for iOS.
Unlike most other implementations, this one is built as a UICollectionViewLayout subclass to be used with the native UICollectionView control.
Note: the library does not implement any swipe interactions which are orthogonal to the collection view layout.
<img alt="Screenshot" src="https://github.com/victor-pavlychko/DeckCollectionViewLayout/blob/master/Screenshot.png" width="240">Installation
CocoaPods
To integrate DeckCollectionViewLayout into your Xcode project using CocoaPods, add the following line to your Podfile:
pod "DeckCollectionViewLayout"
Carthage
To integrate DeckCollectionViewLayout into your Xcode project using Carthage, specify it in your Cartfile:
github "victor-pavlychko/DeckCollectionViewLayout"
Just Copy Files
DeckCollectionViewLayout consists of two files and has no external dependencies. You can just copy files into your project.
Author
Victor Pavlychko, victor.pavlychko@gmail.com
License
DeckCollectionViewLayout is available under the MIT license. See the LICENSE file for more info.
