【发布时间】:2011-11-01 14:17:53
【问题描述】:
当我在 UITableView 中使用 HJCache 时,图像在上下滚动时会重叠,因此在加载新单元格时图像会重叠。下一个单元格已经包含一张图片,然后您可以看到它正在加载一张图片,并且它被放置在它上面。
我的代码:
HJManagedImageV *asyncImage = [[[HJManagedImageV alloc] initWithFrame:CGRectMake(0,0,90,65)] autorelease];
asyncImage.url = [NSURL URLWithString:[ar objectAtIndex:0]];
[imgMan manage:asyncImage]; [cell.contentView addSubview:asyncImage];
【问题讨论】:
标签: iphone uitableview hjcache