- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
//添加此行代码就行,选中的时候会显示选中状态,然后会取消选中状态
[self.tableView deselectRowAtIndexPath:indexPath animated:YES];
}
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
//添加此行代码就行,选中的时候会显示选中状态,然后会取消选中状态
[self.tableView deselectRowAtIndexPath:indexPath animated:YES];
}