Skip to content
New issue

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

MZTimerLabel inside UITableViewCell? #46

Open
schan93 opened this issue Apr 29, 2015 · 1 comment
Open

MZTimerLabel inside UITableViewCell? #46

schan93 opened this issue Apr 29, 2015 · 1 comment

Comments

@schan93
Copy link

schan93 commented Apr 29, 2015

Hi, I just found this project and I really like it. I have a timer in every UITableViewCell that I create and after a countdown of 24 hours, I want to delete the cell whose timer went to <= 0. Each timer will have a different time. I understand we can use the delegate method timerLabel(timerLabel: MZTimerLabel!, finshedCountDownTimerWithTime countTime: NSTimeInterval) to do things when the timer completes but is there a way to pass in the index of the UITableViewCell or the actual UITableViewCell to this delegate method so that I can delete the cell whenever that timer goes to 0? If you could help me, that would be great. Thanks!

@ciumexan
Copy link

ciumexan commented May 7, 2016

Hello, all the countdowns in your uitableview work? Mine get refreshed every single time they appear in view... I want them to keep counting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants