四种效果
/*
-> UITableViewCellSelectionStyleNone
-> UITableViewCellSelectionStyleBlue
-> UITableViewCellSelectionStyleGray
-> UITableViewCellSelectionStyleDefault
*/
self.selectionStyle = UITableViewCellSelectionStyleNone;
可能会用到!
/*
-> UITableViewCellSelectionStyleNone
-> UITableViewCellSelectionStyleBlue
-> UITableViewCellSelectionStyleGray
-> UITableViewCellSelectionStyleDefault
*/
self.selectionStyle = UITableViewCellSelectionStyleNone;
可能会用到!