MDCSwipeToChoose
MDCSwipeToChoose copied to clipboard
Swipe to "like" or "dislike" any view, just like Tinder.app. Build a flashcard app, a photo viewer, and more, in minutes, not hours!
Please replace this file for swift project for enable manually like dislike animation in proper way
If the image is currently being dragged, and `mdc_swipe` is called, the image will either return to the center (if it's on the right side, and it's programmatically swiped left,...
Major bug have been solved theses last 7 months, including autolayout related #111 It could be a good thing to update the cocoapod version or to update the doc with...
Hi ! Is it possible to add a parameter to `mdc_swipe:` method ? Would be great to set an animation speed value for the programmatically swipe. The current animation is...
Hi, I would like to adjust the view based on the view "infront" of it. Basically using the thresholdRatio. I want to grow the back view to the size of...
Hi @modocache, First of great work on this library, I use it for my app StockSwipe and love it. I wanted to ask about a different use-case. I'm looking to...
In my application, I create the swipe to choose views before setting the frame. This causes some problems when swiping a view programmatically, because it does not update the originalCenter...
I'm curious why you don't reuse the front view when you bring the backView to Front. Is this a todo for the programmer who download the code ?
Just hit this bug in our own usage of the app. The gesture recognizer for the view doesn't handle the cancelled state, so it treats a cancel event like any...
Hi - Any plans to include other directions? For example ability to swipe up and down? Thanks for this great control! -Mez