Yalantis / Koloda

KolodaView is a class designed to simplify the implementation of Tinder like cards on iOS.
https://yalantis.com
MIT License
5.37k stars 806 forks source link

How can I control Drag sensitiveness? #453

Closed tigermobiledev closed 4 years ago

tigermobiledev commented 4 years ago

Hi, Thanks for your this library.

Would it be possible to make the pan gesture on the cards a bit more sensitive?

Right now i need to swipe a little too hard to pass on to the next one.

Regards.

MasahiroToyooka commented 4 years ago

Koloda's API have kolodaSwipeThresholdRatioMargin(_:) method for that purpose.

tigermobiledev commented 4 years ago

@MasahiroToyooka , It works well, Thanks for your helping.