iOS Mapkit - Annotations disappear on map scroll/zoom
问题 On initial load, the annotations show just fine. But if I scroll the map, they all disappear and the code is only called for the user location, not the other annotations in the viewForAnnotation delegate method. Plot Pins -(void)viewDidLoad{ ...Download Coordinates and Data from Web here... [self.mapView addAnnotation:pin]; } Delegate Method - (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>)annotation { //Player's Pin if([annotation class] ==