문제

I cannot use userInteractionEnabled as it is a map and I need it to be enabled.

도움이 되었습니까?

해결책

Route me doesn't use gesture recognizers. Look at the event handling section of RMMapView to see how they handle touch events. I saw a couple references to "zoom" in there.

다른 팁

If you want to turn off pinching on a map, then why not just set the zoomEnabled property of MKMapView to NO?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top