PaoloCuscela / Cards

Awesome iOS 11 appstore cards in swift 5.
MIT License
4.2k stars 274 forks source link

Card animation glitch with fullscreen enabled #57

Closed Nerkyator closed 6 years ago

Nerkyator commented 6 years ago

Hi! I've found a little glitch in this awesome library :)

Step to reproduce:

First ViewController: background color: black card (CardHighlight) background color: red

Second ViewController (detailViewController): background color: green

I open the card details with fullScreen option set to true

After closing, when the details is "shrinked" to card size I can see the green corners under the red rounded corners of the card for a while, then they disappears. It seems that a property animation jumps to its end without fading.

I attached 3 screenshot just to be clear :)

Card Detail Glitch

PaoloCuscela commented 6 years ago

Fixed. Try with the latest update ;)