PxUiPageCropViewDelegate Protocol

protocol PxUiPageCropViewDelegate : NSObjectProtocol
@protocol PxUiPageCropViewDelegate <NSObject>

Receives editing callbacks from a PxUiPageCropView.

Instance Methods

NameSummary
onPageCropCornersUpdated(_:)Called when the document corners change.
onPageCropFinished(_:)Called when corner editing finishes.
onPageCropStarting(_:)Called when corner editing is about to start.
onPageCropZoomed(::)Called when the editor zooms in or out.
NameSummary
onPageCropCornersUpdated:Called when the document corners change.
onPageCropFinished:Called when corner editing finishes.
onPageCropStarting:Called when corner editing is about to start.
onPageCropZoomed::Called when the editor zooms in or out.

Relationships

Inherits From

  • NSObject
Top