GestureType

public enum GestureType : Hashable, CaseIterable

Undocumented

  • pan

    The pan gesture

    Declaration

    Swift

    case pan
  • The pinch gesture

    Declaration

    Swift

    case pinch
  • The pitch gesture

    Declaration

    Swift

    case pitch
  • The double tap to zoom in gesture

    Declaration

    Swift

    case doubleTapToZoomIn
  • The double touch to zoom out gesture

    Declaration

    Swift

    case doubleTouchToZoomOut
  • The quick zoom gesture

    Declaration

    Swift

    case quickZoom
  • The single tap gesture

    Declaration

    Swift

    case singleTap