Contents

appending(_:)

Returns a new drawing created by appending the current drawing with another drawing you provide.

Declaration

func appending(_ drawing: PKDrawing) -> PKDrawing

Parameters

  • drawing:

    A drawing object that contains additional content.

Return Value

A new drawing created by merging the content from the current object with the content in the drawing parameter.

See Also

Modifying the drawing