SwipeDirection
public enum SwipeDirection
Swipe direction.
up
: Swipe up.down
: Swipe down.left
: Swipe to the left.right
: Swipe to the right.
-
Swipe up.
Declaration
Swift
case up
-
Swipe down.
Declaration
Swift
case down
-
Swipe to the left.
Declaration
Swift
case left
-
Swipe to the right.
Declaration
Swift
case right