dadalar / SwiftUI-CardStackView

A easy-to-use SwiftUI view for Tinder like cards on iOS, macOS & watchOS.
MIT License
488 stars 53 forks source link

Card stuck when swiping #10

Open Taimoor20 opened 1 year ago

Taimoor20 commented 1 year ago

When swiping in speed my card stucks in between. After some debugging, the issue I find is with the DragGesture(). The drag gesture's .onEnded function is not working when swiping in speed.