Cell contents changing after I select rows present outside its height?

Posted by wolverine on Stack Overflow See other posts from Stack Overflow or by wolverine
Published on 2010-05-07T10:25:40Z Indexed on 2010/05/07 10:28 UTC
Read the original article Hit count: 190

I have set the size of the tableView that I show as the popoverController as 4*rowheight. And I am using 12cells in the tableView. Each cell contains an image and a label. I can see all the cells by scrolling. Upto 5th cell its ok. After th2 5th cell, the label and the image that I am using in the first four cells are being repeated for the remaining cells. And If I select the cell, the result is accurately shown.

But when I again take the tableView, the image and labels are not accurate even for the first 5 cells. All are changed but the selection is giving the correct result. Did anyone got the idea what the problem is??

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview