DMSwipeCards icon indicating copy to clipboard operation
DMSwipeCards copied to clipboard

πŸƒ Tinder like card interface

Results 9 DMSwipeCards issues
Sort by recently updated
recently updated
newest added

How can I add functionality to revert to the previous card ( in the event the user didn't mean to swipe and wants to return to that element ) ?

Manually invoke the swipe action and simulate it

enhancement

Hi, I have to play a bunch of videos retrieved from the internet on cards. This is my view generator. ```swift let viewGenerator: (Video, CGRect) -> (UIView) = { (video:...

- Layout improvements - Swipe item programmatically

Add the possibility to configure certain things

enhancement

**To reproduce** 1. Create new project in Swift 4 with Cocoapods 2. Add DMSwipeCards to Podfile and `pod install` 3. Compile project There is a compiler error at: https://github.com/D-32/DMSwipeCards/blob/dab78b74e5f844542305c9b55b8ee583eec65b94/DMSwipeCards/Classes/DMSwipeCard.swift#L39 `Argument...

How to set number of visible cards?