我在编辑模式下将一个单元格添加到某个部分的末尾,然后我将其赋予UITableViewCellEditingStyleInsert
。如何设置按钮调用的功能?
答案 0 :(得分:0)
使用UITableView的这种方法:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
if(indexPath.row == editStyleRowInd){
//any actions here
}
}
表格中最后一行的editStyleRowInd索引