UIPanGestureRecognizer(VelocityDirection) Category Reference
| Declared in | UIPanGestureRecognizer+VelocityDirection.h UIPanGestureRecognizer+VelocityDirection.m |
Instance Methods
velocityIsDown
The velocity is trending more downward.
- (BOOL)velocityIsDownDeclared In
UIPanGestureRecognizer+VelocityDirection.hvelocityIsHorizontal
The velocity is trending more left-to-right.
- (BOOL)velocityIsHorizontalDeclared In
UIPanGestureRecognizer+VelocityDirection.hvelocityIsLeft
The velocity is trending more to the left.
- (BOOL)velocityIsLeftDeclared In
UIPanGestureRecognizer+VelocityDirection.hvelocityIsRight
The velocity is trending more to the right.
- (BOOL)velocityIsRightDeclared In
UIPanGestureRecognizer+VelocityDirection.h