Hi,
I was testing adding a static image in an reused cell vs drawing it in the cell with drawrect method. I tested both methods and it seems drawing the image every time the cell gets in display is faster then adding the image to an reused cell.
Anyone knows, how this is possible? i have two more static images, should i draw these in drawrect or add them to the reused cell?
Thanks!