我在单元格中是水平滚动,它创建了 5 - 10 张通过互联网加载的图像。怎么做更好?保存数组中的图片和滚动位置的数量还是干脆不从内存中删除单元格?单元格到50个左右。最好不要只从内存中删除单元格,告诉我怎么做?
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
{
return [self.conteinerHotels count];
}