I have an object that returns a cached image view (UIImageView), which is loading, showing the loading image , And then populate the view with the loaded image.
In my case, the tableview shows several rows, where the same user photo may appear more than once, and I saw that it is cached, it is shown in the past this pair added to the cell has gone. I have tried to create a UIImageView to ask each cell for the table, it works, so the problem is with the cached image view! But I do not know why! Hint?
I do not know if I understand your problem.
Resume, is your problem that UIImageView is "always" similar to your cell?
If you use the same "reusable" cell, in the table view, you need to remove UIImage from "UIImageView". In the cell creation you create UIImageView and add it to the cell.
If you want to UIImageView / (/ UIImageView *) set in the property of zero (NEED_CREATE_CELL) {// create UIImageView etc} else {// set zero] [cell view description: 80] setImage : Zero]; }
Does this answer your question ^^?
Comments
Post a Comment