Skip to content

victor-pavlychko/DeckCollectionViewLayout

Repository files navigation

DeckCollectionViewLayout

Pod Version Carthage: compatible License: MIT Swift: 3.1 Platform: iOS

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.

Screenshot

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.