JoniVR / VerticalCardSwiper

A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.
MIT License
1.4k stars 101 forks source link

[Feature Request] Show next cards at top instead of bottom #64

Open pracki93 opened 4 years ago

pracki93 commented 4 years ago

When isStackOnBottom is set to false, I scroll to the last card so I simulate the stack of cards from top and then either score left/right or just skip the card. But if there are cards on bottom and I swipe the focusedCard, card from bottom comes up. Is it possible to change this to when I swipe a card the next card scroll from the top?

JoniVR commented 4 years ago

Not currently, what you're currently doing (if I understand correctly) is relying on a bug (#22) to get the behaviour you want. It might be something we could add in the future, but would probably require quite a bit of work and testing to do it right.