Hi guys,
I have an NSMutableArray that is populated from a plist file, and I have some other data that is dynamically generated in my application (distance data) for each object (dictionary) in my array. I am hoping to get some assistance in the best way to do this.
Basically I need to:
- Pull data from Plist file into an array(done)
- Use location data from plist file to calculate distance (done)
- Combine the plist data with this new distance data into an array that I can then use for my display
My coding experience is in VB6 so I am little lost with the language here at times....
I have done a little searching but have not found what I need yet so would greatly appreciate some assistance or links through to some similar examples.