在一份表格中,发送了<代码>indexPath。 是否有可能将这一办法分配给当地变量,然后加以调整? 我看不出的是哪类参考资料。
我想要做的是,在<代码>上添加1条。
这项法典没有奏效,但我把它放在这里,以便了解基本思想。
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
NSIndexPath *tempIndex;
tempIndex = indexPath;
tempIndex.row = tempIndex.row + 1;
//etc...
}
预 收