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
PaperMarkupViewControllercontaining the adornment. - adornmentID:
The ID of the adornment that moved.
- anchor:
The updated anchor for the adornment.