我在编辑模式下遇到了表格 View 问题。
表格应允许用户在编辑模式下选择多个文件,并且应标记复选框。
我遇到的问题是在取消选择选定单元格时未调用 didSelectRowAtIndexPath。但是,当单元格未被选中并被选中时会调用它。
tableview 设置了以下属性
self.tblFiles.allowsMultipleSelectionDuringEditing = YES;
self.tblFiles.allowsSelectionDuringEditing=YES;
在取消选择时您应该使用
tableView:didDeselectRowAtIndexPath:
关于iphone - 在编辑模式下选择单元格时未调用 didSelectRowAtIndexPath,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11690037/
欢迎光临 OGeek|极客世界-中国程序员成长平台 (https://ogeek.cn/) | Powered by Discuz! X3.4 |