我在單元格中是水平滾動,它創建了5-10個通過互聯網加載的圖像。 如何更好地做?在數組中保存圖片和滾動位置的數量,或者乾脆不要從內存中刪除單元格? Cells to about 50. 如果不是從存儲器中移除細胞,那麼告訴我該怎麼做呢?不要刪除單元格
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
{
return [self.conteinerHotels count];
}