2014-12-19 4 views
2

문제는 bringToFrontAnnotation: 메서드를 호출 할 때 주석이 minZoomLevel 속성을 무시한다는 것입니다.SKMaps bringToFrontAnnotation : 메서드가 잘못 작동합니다.

- (void)mapView:(SKMapView *)mapView didSelectAnnotation:(SKAnnotation *)annotation 
{ 
    [mapView bringToFrontAnnotation:annotation]; 

    //... 
} 

주석이 minZoomLevel 속성에 다시 참석할 수있는 방법이 있나요 :

이것은 내가 뭘 무엇인가?

답변

관련 문제