[_mapView selectAnnotation:sannotation animated:YES];
It appears not always, so I don't understand what's the reason for it.
How to fix it?
[_mapView selectAnnotation:sannotation animated:YES];
It appears not always, so I don't understand what's the reason for it.
How to fix it?
Before selecting any annotation deselect all annotations on mapView.
I had same issue when along with default callout, I had implemented custom callouts. Though it is not a perfect solution it served the purpose.