- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
[tableView deselectRowAtIndexPath:indexPath animated:YES];
//[self performSegueWithIdentifier:@"toplay" sender:nil];
}
这样cell就不会一直显示难看的选中状态了
时间: 2024-10-08 20:22:19