解决在cell中添加其他控件时,滚动后重复加载,文字重影,控件错乱的情况
NSString *CellIdentifier = [NSString stringWithFormat:@"Cell%d%d", [indexPath section], [indexPath row]];
UITableViewCell *cell = [tableView dequeueReusableCellWithI
//添加代码
解决在cell中添加其他控件时,滚动后重复加载,文字重影,控件错乱的情况
NSString *CellIdentifier = [NSString stringWithFormat:@"Cell%d%d", [indexPath section], [indexPath row]];
UITableViewCell *cell = [tableView dequeueReusableCellWithI
//添加代码