1. cell 默认(Defalut)状态的选中样式(见下图):

cell默认选中状态(default).png
2. cell (Gray)状态的选中样式(见下图):

cell选中状态(Gray).png
3. cell (Blue)状态的选中样式(见下图):

cell选中状态(Blue).png
注意:
UITableViewCellSelectionStyleBlue就不起作用了UITableViewCellSelectionStyleDefault
即:
UITableViewCellSelectionStyleGray
cell.selectionStyle = UITableViewCellSelectionStyleBlue;