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?