GestureEventType
@objc
public enum GestureEventType : Int
Enum with differents event type
- unknown: unknown
- tap: tap
- swipe: swipe
- scroll: scroll
- pinch: pinch
- pan: pan
- rotate: rotate
- refresh: refresh
-
- unknown: unknown
Declaration
Swift
case unknown = 0
-
- tap: tap
Declaration
Swift
case tap = 1
-
- swipe: swipe
Declaration
Swift
case swipe = 2
-
- scroll: scroll
Declaration
Swift
case scroll = 3
-
- pinch: pinch
Declaration
Swift
case pinch = 4
-
- pan: pan
Declaration
Swift
case pan = 5
-
- rotate: rotate
Declaration
Swift
case rotate = 6
-
- refresh: refresh
Declaration
Swift
case refresh = 7
-
- deviceRotate: deviceRotate
Declaration
Swift
case deviceRotate = 8