How to resize MKAnnotationView on iOS6?
问题 Resize MKAnnotationView Image When map zooms in and out? This methord are successful on iOS5, but failed on iOS6. I change the MKAnnotationView's transform directly, and no luck. The MKAnnotationView only resize in a flash(When touch up inside the MKMapView, after the touch up finish, the MKAnnotationView will restore the original size). My code are below: - (void)mapView:(MKMapView *)mapView regionDidChangeAnimated:(BOOL)animated { for (id <MKAnnotation>annotation in _mapView.annotations) {