cell.selectionStyle = UITableViewCellSelectionStyleNone;
UITableViewCellSelectionStyleNone : 클릭해도 색변화 없음
UITableViewCellSelectionStyleBlue  : 클릭시 파란색으로
UITableViewCellSelectionStyleGray  : 클릭시 회색으로

반응형