onPageCropStarting(_:) Instance Method

func onPageCropStarting(_ view: PxUiPageCropView)

References: PxUiPageCropView

- (void) onPageCropStarting:(PxUiPageCropView *) view;

References: PxUiPageCropView

Called when corner editing is about to start.

Parameters

  • view — The view that is starting editing.
Top