美文网首页
cell 的点击效果

cell 的点击效果

作者: zcaaron | 来源:发表于2016-07-09 09:18 被阅读61次

四种效果

/*
    -> UITableViewCellSelectionStyleNone
    -> UITableViewCellSelectionStyleBlue
    -> UITableViewCellSelectionStyleGray
    -> UITableViewCellSelectionStyleDefault
*/

self.selectionStyle = UITableViewCellSelectionStyleNone;

可能会用到!

相关文章

网友评论

      本文标题:cell 的点击效果

      本文链接:https://www.haomeiwen.com/subject/vjvrjttx.html