Does anyone knows how to get that "sequential" drop effect? I used this answer's code but that animates ALL annotations at once. The pins don't drop one at a time like the standard drop animation used with MKPinAnnotation items.
I also tried to add a call to [UIView setAnimationDelay:offset]
but that just delays the entire block animation.
Any thoughts on this will be appreciated.