Apple Developer Documentation

UIPanGestureRecognizer

A discrete gesture recognizer that interprets panning gestures

직역하면 패닝제스쳐 인식기, 사용자의 패닝 제스쳐를 해석해주는 클래스.

<aside> 💡 Panning? 패닝 제스쳐는 사용자가 손가락을 떼지 않고 계속 드래그하는 제스쳐

</aside>

제스쳐와 관련된 여러가지 클래스들이 존재하는 데 그 중 패닝과 관련된 작업을 처리해주는 하위 클래스

Tracking the Location and Velocity of the Gesture

Tracking Scroll Events

state