I am facing some weird problems. Whenever I scroll my table view, my data gets replaced with other cells. Each time, it gets replaced with different cell data. I am not seeing any particular pattern in this replacement.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|||||||
|
|
Here's code for how to properly reuse a cell:
If you provide your code we could modify that instead of giving you generic examples. |
|||||||
|
|
If you've created a custom cell, you may have to implement |
||||
|
|
|
Old, but still...
I've encountered this problem. If others sees this problem one day.
I didn't notice, and don't remember why I did that, but I wrote the configuration of the cell INSIDE the test |
|||
|
|

tableView:cellForRowAtIndexPath:. – PeyloW May 10 '11 at 15:10