MKAnnotationView disappearing on swipe and double-tap zoom?

(void)setAnnotation:(id )annotation { super setAnnotation:annotation; self setNeedsDisplay; } Have a look at Apple's sample code http://developer.apple.com/library/ios/#samplecode/WeatherMap/Listings/Classes_WeatherAnnotationView_m.html#//apple_ref/doc/uid/DTS40009491-Classes_WeatherAnnotationView_m-DontLinkElementID_8.

The weather annotations in the sample code disappear and re-appear after every drag/ zoom. – Robert Jun 9 at 14:24 That's because they implemeted it that way, see '- (void)mapView:(MKMapView *)map regionDidChangeAnimated:(BOOL)animated' method in 'MapViewController. M' – Dunja Lalic Jun 13 at 13:29.

I have subclassed MKAnnotationView to create an annotation that basically draws a circle around a point on a map view through override of drawRect. The circle will reappear if any of the actions in the "working" group are taken after it has disappeared. What might cause this?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions