Problem mapping data located in a NSMutableArray

Posted by Graeme on Stack Overflow See other posts from Stack Overflow or by Graeme
Published on 2010-06-12T04:05:49Z Indexed on 2010/06/12 4:12 UTC
Read the original article Hit count: 172

Filed under:
|
|
|

I have an NSMutableArray which contains some addresses which I need to map using Apple's MapKit SDK which I can't seem to get to load. The NSLog keeps telling me that the data source is (null) and a 0x0 error displays when I attempt to print out the array.

Any ideas? The data is parsed and stored from another class, perhaps I'm not linking it across properly? The data is originally gathered from an RSS feed, bought into the app with an IMporter class, and then displayed in a table view. I want to be able to connect into that data with my mapping class, but am struggling to do so.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk