Package apple.uikit.enums
Class UISwipeGestureRecognizerDirection
- java.lang.Object
-
- apple.uikit.enums.UISwipeGestureRecognizerDirection
-
public final class UISwipeGestureRecognizerDirection extends java.lang.ObjectTouch Location Behaviors: locationInView: location where the swipe began. this is the centroid if more than one touch was involved locationOfTouch:inView: location of a particular touch when the swipe began
-
-
Field Detail
-
Right
public static final long Right
- See Also:
- Constant Field Values
-
Left
public static final long Left
- See Also:
- Constant Field Values
-
Up
public static final long Up
- See Also:
- Constant Field Values
-
Down
public static final long Down
- See Also:
- Constant Field Values
-
-