iOSアプリケーションにmapViewを含む単一のビューがあります。タップまたは長押し認識機能を追加すると、イベントが適切に呼び出されます。しかし、ピンチイベントではありません...
UIPinchGestureRecognizer *handlePinchGesture=[[UIPinchGestureRecognizer alloc]initWithTarget:mapView action:@selector(handleGesture:)];
[mapView addGestureRecognizer:handlePinchGesture];
私が何を追加すべきか考えていますか?ありがとう。