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.
To integrate DeckCollectionViewLayout into your Xcode project using CocoaPods, add the following line to your Podfile:
pod "DeckCollectionViewLayout"
To integrate DeckCollectionViewLayout into your Xcode project using Carthage, specify it in your Cartfile
:
github "victor-pavlychko/DeckCollectionViewLayout"
DeckCollectionViewLayout consists of two files and has no external dependencies. You can just copy files into your project.
Victor Pavlychko, victor.pavlychko@gmail.com
DeckCollectionViewLayout is available under the MIT license. See the LICENSE file for more info.