Tagged Questions
0
votes
1answer
914 views
Load additional objects from Core Data when a user scrolls an MKMapView
With MapKit in the iPhone 3.0 SDK, you create objects that conform to the MKAnnotation protocol. Loading these onto the MKMapView is very easy. However, when a user scrolls the MKMapView, it's time to ...