Open vuevrn opened 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.
Hi, did you manage to resolve this?
Thanks
In prepareForReuse function call .cancel() for the countdown label. @dziedziela
Thank you for the answer!
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.