时间:2010-07-25 19:40:43

标签: iphone objective-c

2 个答案:

答案 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.