检测cell是否划出屏幕

使用UITableView的代理方法即可:

- (void)tableView:(UITableView *)tableView didEndDisplayingCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath*)indexPath NS_AVAILABLE_IOS(6_0);

你可能感兴趣的:(检测cell是否划出屏幕)