ImageCropScrollView

open class ImageCropScrollView : UIScrollView

Undocumented

  • Undocumented

    Declaration

    Swift

    open var touchesBegan: (() -> Void)?
  • Undocumented

    Declaration

    Swift

    open var touchesCancelled: (() -> Void)?
  • Undocumented

    Declaration

    Swift

    open var touchesEnded: (() -> Void)?
  • Undocumented

    Declaration

    Swift

    open override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?)
  • Undocumented

    Declaration

    Swift

    open override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?)
  • Undocumented

    Declaration

    Swift

    open override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?)