HarshilShah / DeckTransition

A library to recreate the iOS Apple Music now playing transition
MIT License
2.19k stars 168 forks source link

UITableView weird behavior/UI on scroll #92

Closed victor-sarda closed 5 years ago

victor-sarda commented 5 years ago

Hi πŸ‘‹ I've tried to use you library in my app but it seems like it's having a weird behavior when using a table view with sections. The tableview UI looks fine until you go back to the top and start the pan gesture without finishing it. After that the cells sizes are wrong for some reason. It's hard to describe so I used your example project to reproduce it and here is a video of screen recording:

https://photos.app.goo.gl/BSgb5y4tP1GrxuSV7

I know it's an edge case and I don't know if it something easy to fix but I'd really love to use your library in my app. I'd be happy to help debugging, I can also share the code to reproduce the issue if you ever need it πŸ‘

Thanks!

HarshilShah commented 5 years ago

Hi, and thank you for opening an issue.

This is a known bug, unfortunately I haven’t found a fix yet that also retains the card-like appearance and bouncing behaviour as seen in the Music app. I appreciate any and all help with debugging.

HarshilShah commented 5 years ago

Closing this issue; tracking in #62.

victor-sarda commented 5 years ago

Hi, sorry I didn't see there was an existing issue 😨 I'll try to debug/help as much as I can then πŸ‘