How can we implement didEndDisplayingCell with UITableviewDiffabledatasource or with using diffable datasource how we know that the cell is dealloc?
What is want is the currently I'm using UItableViewDiffableDaasource for tableview and I want to stop Timer on cell did end display or after cell didi disappear and I want to start timer when cell display so at a time of display cell I will start Timer on AwekfromNib but when can I stop timer for particular cell with using UITableViewDiffabledatasource.