Strange problem with NSMutableArray - Possibly some memory corruption

Posted by user210504 on Stack Overflow See other posts from Stack Overflow or by user210504
Published on 2010-03-12T05:23:16Z Indexed on 2010/03/12 5:27 UTC
Read the original article Hit count: 298

Filed under:
|

Hi!

I am trying to update data in a table view using a NSMutableArray. Quite simple :(

What is happening is that I get my data from a NSURLConnection Callback, which I parse and store it in an array and call reload data on the table view. The problem is that when cellForRowAtIndexPath is called back by the framework. The array still shows the correct count of the elements but all string objects I had stored earlier are shown as invalid.

Any pointers

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about iphone