Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
マップで遊んでいるときに、この 2 つのイベントを区別する方法が必要です。
ありがとう、
MKMapViewに基づいていないため、メソッドUIScrollViewは呼び出されません。UIScrollViewDelegateそれでも、 および をインスタンス化UIPanGestureRecognizerしUIPinchGestureRecognizer、それらをマップ ビューに追加して、それらのアクション メソッドを操作することができます。
MKMapView
UIScrollView
UIScrollViewDelegate
UIPanGestureRecognizer
UIPinchGestureRecognizer