ImageCropScrollView

@MainActor
open class ImageCropScrollView : UIScrollView

Undocumented

  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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