Refreshing table data that is retrieved dynamically from JSON
Posted
by sudhakarilla
on Stack Overflow
See other posts from Stack Overflow
or by sudhakarilla
Published on 2010-06-07T13:05:47Z
Indexed on
2010/06/07
21:42 UTC
Read the original article
Hit count: 133
iphone
|iphone-sdk
Hi,
I am retrieving the Json data from an URL into a table view. The problem is that i couldnt replace the old data that is retrieved, with the new data when i click another table cell. The new data is getting added to the last cell of the table cell while the old data is also getting displayed. What could be the problem...
© Stack Overflow or respective owner