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

[Bug] `isStackOnBottom` and `stackedCardsCount` not working on 2.3.0

IDontEatMeat opened this issue · comments

Bottom stacking won't work anymore with 2.3.0. I had to downgrade after wasting 3 hours not knowing what is going on. If someone else encounters this issue it is because of the new version. stackedCardsCount and isStackOnBottom have no effect whatsoever.

Hi, you are correct, I've discovered the issue was introduced in #76, will work on a fix.

Thanks, great project btw 👍

fixed issue in PR #79

awesome thanks

This is now fixed in the new release, thanks @stfnhdr for opening a PR and @IDontEatMeat for reporting!