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