Closed AmandeepBIT closed 4 years ago
Dear @AmandeepBIT you should implement method
func kolodaSwipeThresholdRatioMargin(_ koloda: KolodaView) -> CGFloat?
from KolodaViewDelegate
and return value 0.0...1.0
it will be target percentage for complete draging of card.
Default value is 1.0
if return 0.2
you achieve needed result.
Issue will be closed.
If user just drag 20% of the card then card should be dragged. Let me know how its possible........Thanks in advance