I have done a lot of digging, but I can't seem to find a good resource on how to do something that should be pretty simple.
I have a set of lat/lon coordinates that I would like to drop on a map in iOS6. The coordinates are returned in JSON format (from a database). JSON returns the a set of coordinates as well as the name of a location.
Does anyone know how to plug the JSON array into a map view? it doesn't sound that difficult, but I can't find it documented well. Any help would be great. Thank you!