Contents

markupEditViewController(_:insertNewContents:)

Add new content on top of the paper.

Declaration

func markupEditViewController(_ markupEditViewController: MarkupEditViewController, insertNewContents toInsert: PaperMarkup)

Parameters

  • markupEditViewController:

    The source of the action.

  • toInsert:

    The markup whose contents is added on top of this paper.

Discussion

This is used for inserting any custom content, and non-shape elements like signatures or loupes.

See Also

Inserting content