JoniVR / VerticalCardSwiper

A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

pracki93 opened this issue · comments

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?

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.