首页 > ios tableview的didSelectRowAtIndexPath,不响应

ios tableview的didSelectRowAtIndexPath,不响应

就是我设置每个cell可以多选,但是当我设置了,self.tableView.allowsMultipleSelection = YES;
的时候就didSelectRow方法就不行了,当我把上面的这一句取消掉,didSelectRow方法就又可以了!


self.tableView.allowsMultipleSelection = YES;
这句话的意思是是否设置单元格为多选,你设置成了多选模式

【热门文章】
【热门文章】