尝试使用[self.myTableView selectRowAtIndexPath:indexPath animated:NO scrollPosition:UITableViewScrollPositionNone];
让细胞显示选择指标,但是一旦我添加cell.userInteractionEnabled = NO;
,选择指示就会停止显示。
有没有办法让单元格看起来被选中,灰显,并且不响应点击?
答案 0 :(得分:0)
将此行放在:cellForRowAtIndexPath。
cell.selectionStyle = UITableViewCellSelectionStyleNone;