Declared in UIPanGestureRecognizer+VelocityDirection.h
UIPanGestureRecognizer+VelocityDirection.m

Overview

Additionality functionality for UIPanGestureRecognizer to determine the velocity.

Instance Methods

velocityIsDown

The velocity is trending more downward.

- (BOOL)velocityIsDown

Declared In

UIPanGestureRecognizer+VelocityDirection.h

velocityIsHorizontal

The velocity is trending more left-to-right.

- (BOOL)velocityIsHorizontal

Declared In

UIPanGestureRecognizer+VelocityDirection.h

velocityIsLeft

The velocity is trending more to the left.

- (BOOL)velocityIsLeft

Declared In

UIPanGestureRecognizer+VelocityDirection.h

velocityIsRight

The velocity is trending more to the right.

- (BOOL)velocityIsRight

Declared In

UIPanGestureRecognizer+VelocityDirection.h

velocityIsUp

The velocity direction is trending upward.

- (BOOL)velocityIsUp

Declared In

UIPanGestureRecognizer+VelocityDirection.h

velocityIsVertical

The velocity is trending more up-and-down.

- (BOOL)velocityIsVertical

Declared In

UIPanGestureRecognizer+VelocityDirection.h