UISwipeGestureRecognizerDirection Enum

Definition

An enumeration of values specifying the directin of a swipe gesture .

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UISwipeGestureRecognizerDirection
type UISwipeGestureRecognizerDirection = 
Inheritance
UISwipeGestureRecognizerDirection
Attributes

Fields

Down 8

The touch or touches swipe toward the bottom.

Left 2

The touch or touches swipe to the left.

Right 1

The touch or touches swipe to the right. This is the default.

Up 4

The touch or touches swipe to the top.

Applies to