方案一:
[self.tableView setAllowsSelection:NO];
方案二:
[cell setSelectionStyle:UITableViewCellSelectionStyleNone];
本文共 163 字,大约阅读时间需要 1 分钟。
方案一:
[self.tableView setAllowsSelection:NO];
方案二:
[cell setSelectionStyle:UITableViewCellSelectionStyleNone];
转载于:https://www.cnblogs.com/cocoajin/p/3141890.html