DeckCollectionViewLayout
DeckCollectionViewLayout copied to clipboard
Card stack layout for UICollectionView
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.
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, [email protected]
License
DeckCollectionViewLayout is available under the MIT license. See the LICENSE file for more info.