Enumeration: UISwipeGestureRecognizerDirection

Overview

The direction of the swipe.

Constant Summary

UISwipeGestureRecognizerDirectionRight

The touch or touches swipe to the right. this direction is the default.available in ios 3.2 and later.declared in uiswipegesturerecognizer.h.

UISwipeGestureRecognizerDirectionLeft

The touch or touches swipe to the left.available in ios 3.2 and later.declared in uiswipegesturerecognizer.h.

UISwipeGestureRecognizerDirectionUp

The touch or touches swipe upward.available in ios 3.2 and later.declared in uiswipegesturerecognizer.h.

UISwipeGestureRecognizerDirectionDown

The touch or touches swipe downward.available in ios 3.2 and later.declared in uiswipegesturerecognizer.h.