问题
This problem appeared after an update to the latest Skobbler version. When I try to select any annotation, only this method get's called
-(void)mapView:(SKMapView *)mapView
didTapAtCoordinate:(CLLocationCoordinate2D)coordinate
But not didSelectAnnotation
.
After zooming the
didSelectAnnotation
method works fine.
Anyone knows what's happening?
回答1:
The answer is simple. I've just set
annotationTapZoomLimit = 0
in map's settings.
Thanks for attention.
来源:https://stackoverflow.com/questions/26972096/method-didselectannotation-does-not-work-skobbler-ios