FluidGestureDirection
public enum FluidGestureDirection : Int
Enumerations indicating a panning direction of UIPanGestureRecognizer
.
-
From 315 to 345 degree
Declaration
Swift
case topLeft
-
From 345 (-15) to 15 degree
Declaration
Swift
case topCenter
-
From 15 to 45 degree
Declaration
Swift
case topRight
-
From 45 to 75 degree
Declaration
Swift
case rightTop
-
From 75 to 105 degree
Declaration
Swift
case rightMiddle
-
From 105 to 135 degree
Declaration
Swift
case rightBottom
-
From 135 to 165 degree
Declaration
Swift
case bottomRight
-
From 165 to 195 degree
Declaration
Swift
case bottomCenter
-
From 195 to 225 degree
Declaration
Swift
case bottomLeft
-
From 225 to 255 degree
Declaration
Swift
case leftBottom
-
From 255 to 285 degree
Declaration
Swift
case leftMiddle
-
From 285 to 315 degree
Declaration
Swift
case leftTop
-
No direction
Declaration
Swift
case none
-
Declaration
Swift
public var description: String { get }