TableViewCell去除选中效果

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{

    [tableView deselectRowAtIndexPath:indexPath animated:YES];

}

原文地址:https://www.cnblogs.com/block123/p/4900335.html