Linking Mapkit with Core Data, Search and user location. Converting annotations from a database in a tableview with search to display in a mapview?
- by Jon
Xcode is quite new to me so explanations are appreciated.
I am looking to build an application that displays annotations in a mapview (zoomed in on current user location). I want the applications to come from some sort of database rather than manually inputting all the annotations (which is what I'm currently doing)
What would be my application…