标签:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
[tableView deselectRowAtIndexPath:indexPath animated:YES];
//[self performSegueWithIdentifier:@"toplay" sender:nil];
}
这样cell就不会一直显示难看的选中状态了
标签:
原文地址:http://www.cnblogs.com/yintingting/p/4573309.html