-
The pan gesture type
Declaration
Swift
case pan -
The tap gesture type
Declaration
Swift
case tap(numberOfTaps: Int, numberOfTouches: Int) -
The zoom gesture type
Declaration
Swift
case pinch -
The rotate gesture type
Declaration
Swift
case rotate -
The quick zoom gesture type
Declaration
Swift
case quickZoom -
The pitch gesture type
Declaration
Swift
case pitch -
Declaration
Swift
public static func == (lhs: GestureType, rhs: GestureType) -> Bool
GestureType Enumeration Reference