Pan Interaction
The Pan Interaction patch represents a pan interaction on a view. The pan interaction can be canceled by a gesture on the view.
Reset
Resets the interaction.
Offset
An amount in points used to offset the X/Y Pan output.
Interaction
The interaction connection port used to link the interaction to a view.
Pan
The total amount of X/Y translation that has occurred. Note: This value is represented in the superview's coordinate space.
Delta
The amount of X/Y translation that occurred in the last frame.
Down
A boolean value that represents whether a touch is down on the screen.