Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/26.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 用户取消删除后如何选择RowatineXpath_Ios_Objective C - Fatal编程技术网

Ios 用户取消删除后如何选择RowatineXpath

Ios 用户取消删除后如何选择RowatineXpath,ios,objective-c,Ios,Objective C,用户向左滑动以删除单元格。改变他/她的想法,点击屏幕,以摆脱该单元格的删除模式(甚至可以从左向右滑动该单元格以获得相同的效果)。但是,现在没有选择任何单元格。在何处插入selectRowAtIndexPath,以便在用户取消删除单元格后选择行。查看委托方法 根据文件: 当用户在indexPath标识的行上滑动将表视图置于编辑模式后退出编辑模式时,将调用此方法

用户向左滑动以删除单元格。改变他/她的想法,点击屏幕,以摆脱该单元格的删除模式(甚至可以从左向右滑动该单元格以获得相同的效果)。但是,现在没有选择任何单元格。在何处插入selectRowAtIndexPath,以便在用户取消删除单元格后选择行。

查看委托方法

根据文件:

当用户在indexPath标识的行上滑动将表视图置于编辑模式后退出编辑模式时,将调用此方法