suzuki-0000 / CountdownLabel

Simple countdown UILabel with morphing animation, and some useful function.
MIT License
1.01k stars 192 forks source link

doesn't work for when in tableview reuse cells! #31

Open vuevrn opened 6 years ago

vuevrn commented 6 years ago

Nice Library!

However it doesn't work for when in tableview reuse cells! When the tableview gets scrolled the countdown label changes the time drastically. Must be getting some random value for time.

Any idea how I make it work correctly?

Thank you.

dziedziela commented 6 years ago

Hi, did you manage to resolve this?

Thanks

ChetanRajagiri commented 6 years ago

In prepareForReuse function call .cancel() for the countdown label. @dziedziela

dziedziela commented 6 years ago

Thank you for the answer!