Contents

append(_:)

Appends the contents of the specified drawing object to an existing drawing object that you provide.

Declaration

mutating func append(_ toAppend: PKDrawing)

Parameters

  • toAppend:

    A drawing object that contains additional content.

See Also

Modifying the drawing