Depends of zoom level of MKMapView I need to redraw my custom MKAnnotationView. As far, as I understood I must to do it in next method of map controller
- (void)mapView:(MKMapView *)mapView regionDidChangeAnimated:(BOOL)animated
Removing and then adding annotation to MKMapView here force blinking of AnnotationView. How can I do this in a right way?