---系統(tǒng)默認(rèn)的顏色設(shè)置 :?
//無色? cell.selectionStyle = UITableViewCellSelectionStyleNone;?
? //藍(lán)色? cell.selectionStyle = UITableViewCellSelectionStyleBlue;?
? //灰色? cell.selectionStyle = UITableViewCellSelectionStyleGray;
--自定義:
cell.selectedBackgroundView.backgroundColor = [UIColor xxxxxx];