
//判断下cell是否显示
if (!CGRectIntersectsRect(cell.frame, CGRectMake(tableView.frame.origin.x,
tableView.frame.origin.y,tableView.frame.size.width,
tableView.frame.size.height))) {return;}
//判断下cell是否显示
if (!CGRectIntersectsRect(cell.frame, CGRectMake(tableView.frame.origin.x,
tableView.frame.origin.y,tableView.frame.size.width,
tableView.frame.size.height))) {return;}