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

CardCell animation glitch when changing alpha

hemo87 opened this issue · comments

I'm trying to animate the cardCell with a basic flip animation, with alpha change to show/hide the other view. This works perfectly with UICollectionView.

https://github.com/hemo87/ExampleAnimation

IMG_0989

But the same code with this library just won't work, it refuses to do the alpha animation, as shown here.

https://github.com/hemo87/ExampleWithVeticalCardSwiper

IMG_0990

Im assuming this is a bug as I'd expect it to still behave like UICollectionView?

Hi @hemo87

It should work as it is in fact a UICollectionView underneath it.
Could always be some conflicting things of course.

I tried the example project in your Github link but the project looks empty to me, am I missing something? An example project would be ideal to help you out.

Kind regards,
Joni

Thanks for the reply @JoniVR not sure why they’re empty. I’ll re push them today

I’ve quickly re pushed it. Should be working now.

Found the issue, will be pushing a bug fix soon and a release later :)

Just letting you know that version 1.0.0 has been released which fixes this issue 😉