We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm experiencing a bug where I have a couple timers in UITableViewCells and when scrolling sometimes the timers are set to the of another cell.
Ex: cell one: timer is at 30% ^ | | v cell two timer is supposed to be at 100% but displays at 30%
I've tried to put self.timer.animateOuterValue(0) in prepare for reuse but it didn't help
self.timer.animateOuterValue(0)
Thanks, Kevin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm experiencing a bug where I have a couple timers in UITableViewCells and when scrolling sometimes the timers are set to the of another cell.
Ex:
cell one: timer is at 30%
^
|
|
v
cell two timer is supposed to be at 100% but displays at 30%
I've tried to put
self.timer.animateOuterValue(0)
in prepare for reuse but it didn't help
Thanks,
Kevin
The text was updated successfully, but these errors were encountered: