SwiftUI-CardStackView icon indicating copy to clipboard operation
SwiftUI-CardStackView copied to clipboard

A easy-to-use SwiftUI view for Tinder like cards on iOS, macOS & watchOS.

Results 10 SwiftUI-CardStackView issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

Hey my cards are sticking to the left for some reason. How can I fix this? ![Example of issue](https://user-images.githubusercontent.com/81453549/157522562-05b884dd-35d2-4739-9498-bea0c3fd3d17.png) (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