iOS tableview cell点击无反应 (无高亮选中)



- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {

cell.selectionStyle = UITableViewCellSelectionStyleNone;//无高亮选中

}

原文地址:https://www.cnblogs.com/gaozhang12345/p/10070109.html