选中cell的时候分割线消失,如何让分割线不消失
cell.selectedBackgroundView.layer.borderColor = [UIColor lightGrayColor].CGColor;
cell.selectedBackgroundView.layer.borderWidth = 0.5;
cell.selectedBackgroundView.layer.borderColor = [UIColor lightGrayColor].CGColor;
cell.selectedBackgroundView.layer.borderWidth = 0.5;