- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
[tableView deselectRowAtIndexPath:indexPath animated:YES];
//[self performSegueWithIdentifier:@"toplay" sender:nil];
}
原文:http://www.cnblogs.com/yintingting/p/4573314.html