有沒有辦法獲得處於編輯模式的行?如何在編輯模式下獲得UITableView行的indexPath
我知道我可以在這裏- (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath
,但我怎麼把它弄出來這個方法的一面呢?
NSIndexPath *indexPath = [self.tableView indexPathForSelectedRow];
因爲它返回NULL不工作...
當我的意思是編輯模式,這意味着該行已經轉移到左側,並顯示在刪除右邊...
在此先感謝。
不錯,簡單。優秀。謝謝 –
不需要專門的財產。查看下面的答案。 –