I'm loading data dynamically from an API using a UISearchBar and trying to 
display it, using something like this: http://gist.github.com/316354

My UITableViewController code is set up to read from self.data, which is 
initially a NSArray of @"" elements, as such: http://gist.github.com/316355

All I get from GDB when I do this is: http://gist.github.com/316357

It looks like the NSArray is being populated properly, then things are failing 
on/after the reloadData call (breakpoints confirm this, but can't isolate where 
things are going wrong)

When I remove the NSLog(@"%@",self.data), the application doesn't crash, but 
the UITableView doesn't update. When I replace it with fast enumeration over 
self.data, I get the crash again (crash log: http://pastebin.com/NDVKLsJC).

Any ideas?

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to