//创建第0区第1行的indexPathNSUInteger newIndex[] = {0, 1};NSIndexPath *newPath = [[NSIndexPath alloc] initWithIndexes:newIndex length:2];//找到对应的cellUITableViewCell *nextCell = [self.tableView cellForRowAtIndexPath:newPath];