DMSwipeCards
DMSwipeCards copied to clipboard
π Tinder like card interface
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 ) ?
β¦ left or right
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
**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?