running timers in tableViewCells being overwritten when tableView scrolls
问题 I have tried asking this question several times but I haven't been able to explain what is going on. Maybe some screen shots may help. I can only post one because I don't have enough reputation points yet. screenshot after tableview scroll You can see that one of the timers (2) has been reset. I have tried to fix this multiple ways without success. Here is the code that puts the timers into the tableview cells: -(void) calculateTimer:(NSTimer *)theTimer { self.timerItem = [theTimer userInfo];