appendingStrokes(_:)
Returns a copy of the current drawing with the strokes you provide appended.
Declaration
func appendingStrokes(_ strokes: [PKStroke]) -> PKDrawingParameters
- 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.