NSTableViewCell uses value from other cells

Posted by Michael Z on Stack Overflow See other posts from Stack Overflow or by Michael Z
Published on 2010-04-26T02:18:47Z Indexed on 2010/04/26 2:23 UTC
Read the original article Hit count: 318

Filed under:
|

Hi Guys: I have problem with using dequeueReusableCellWithIdentifier method. Whenever I use this one, one cell would display its own value and value that does not belong to it. This first and second images show the problem, while the third image shows the proper data.The problem seems to be caused by old value not being wiped off and the new value being added on top if it. Which seems very strange.

© Stack Overflow or respective owner

Related posts about nstableviewcell

Related posts about iphone