I add and remove map annotations. When I delete one, it suddenly disappears and looks a little startling, I would prefer it to gradually disappear.
I tried to remove it using UIView: animateWithDuration: but it was not an animating attribute.
If there is no other simple solution that I was thinking about, I could get an annotation view to fade out its alpha, and then remove its annotation from the map. However, the problem with this is that it doesn't seem like there is a link to its map view in the annotation view? Adding one starts to get a little confused. Is there a simple quick fix to remove annotations gracefully?
source
share