我有类型为NSIndexPath *的indexPath,对tableView的引用,我想用这些来获取相应cell的句柄.Hp dp我这样做了吗? UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath]; 但请注意,如果此时相应的行不
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
但请注意,如果此时相应的行不可见(或indexPath超出表的范围),则该方法返回nil