四种效果
/*
-> UITableViewCellSelectionStyleNone
-> UITableViewCellSelectionStyleBlue
-> UITableViewCellSelectionStyleGray
-> UITableViewCellSelectionStyleDefault
*/
self.selectionStyle = UITableViewCellSelectionStyleNone;
可能会用到!
/*
-> UITableViewCellSelectionStyleNone
-> UITableViewCellSelectionStyleBlue
-> UITableViewCellSelectionStyleGray
-> UITableViewCellSelectionStyleDefault
*/
self.selectionStyle = UITableViewCellSelectionStyleNone;
可能会用到!
本文标题:cell 的点击效果
本文链接:https://www.haomeiwen.com/subject/vjvrjttx.html
网友评论