SkillAgentSearch skills...

DeckCollectionViewLayout

Card stack layout for UICollectionView

Install / Use

/learn @victor-pavlychko/DeckCollectionViewLayout
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

<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.

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated5mo ago
Forks3

Languages

Swift

Security Score

92/100

Audited on Oct 20, 2025

No findings