SwiftUI-CardStackView
SwiftUI-CardStackView copied to clipboard
A easy-to-use SwiftUI view for Tinder like cards on iOS, macOS & watchOS.
Hi, Thanks for you help, How can I Swipe left and right on button click as when I click Like and Dislike button card should auto Swipe Your response will...
Hey my cards are sticking to the left for some reason. How can I fix this?  (Looking at the Restaurant Stuff, ignore the media references) ``` struct...
How do i remove any animations when i swipe the cards ? I want to remove the animation that the cards are shrink when they are swiped
When I want to click the button to go back to the first one,What do I need to do?
Look closely, the second card pass through the first one after swiping, before it completely disappear. It looks / feels like the first card moved backwards and been drew out...
This PR fixes issue #4 To fix the top card view from disappearing under the others, a zIndex is set to the cards according to their index.
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...
Your library does a great job with cards that have images, and everything is super and perfect. But unfortunately I ran into a small problem. I use Lottie animations in...
Hi there, seems like card views don`t like matchedgeometryeffect modifier, because when I add it, all cards inside of stack loose their offset and swiping animation just breaks