- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
[tableView deselectRowAtIndexPath:indexPath animated:YES];
//[self performSegueWithIdentifier:@"toplay" sender:nil];
}
时间: 2024-10-31 16:35:09
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
[tableView deselectRowAtIndexPath:indexPath animated:YES];
//[self performSegueWithIdentifier:@"toplay" sender:nil];
}