关闭UITableView cell的被选中效果

来源:互联网 发布:神仙劫宠物进阶数据 编辑:程序博客网 时间:2024/05/16 05:21

可以使用以下任意一种办法

cell.selectionStyle = UITableViewCellSelectionStyleNone;
[cell setSelectionStyle:UITableViewCellSelectionStyleNone];


原创粉丝点击