Contents

appendingStrokes(_:)

Returns a copy of the current drawing with the strokes you provide appended.

Declaration

func appendingStrokes(_ strokes: [PKStroke]) -> PKDrawing

Parameters

  • strokes:

    An array of strokes to append to this drawing.

Return Value

A new drawing created by appending the provided strokes to the current drawing.

See Also

Modifying the drawing