You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 thisdelegate
method so that I can delete the cell whenever that timer goes to 0? If you could help me, that would be great. Thanks!The text was updated successfully, but these errors were encountered: