答案 0 :(得分:14)
答案 1 :(得分:4)
在ios 6.0之后,你有以下UITableViewDelegate方法
- (void)tableView:(UITableView *)tableView didEndDisplayingCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath
Use this method to detect when a cell is removed from a table view, as opposed to monitoring the view itself to see when it appears or disappears.