TableViewCell去除选中效果

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

    [tableView deselectRowAtIndexPath:indexPath animated:YES];

}

原文地址:https://www.cnblogs.com/ritian/p/5337995.html