Contents

paperMarkupViewController(_:didUpdateAdornmentWithID:toAnchor:)

Tells the delegate when a drag session ends for an adornment.

Declaration

func paperMarkupViewController(_ paperMarkupViewController: PaperMarkupViewController, didUpdateAdornmentWithID adornmentID: UUID, toAnchor anchor: MarkupAdornment.Anchor)

Parameters

  • paperMarkupViewController:

    The PaperMarkupViewController containing the adornment.

  • adornmentID:

    The ID of the adornment that moved.

  • anchor:

    The updated anchor for the adornment.

See Also

Responding to adornment interactions