appending(_:)
Returns a new drawing created by appending the current drawing with another drawing you provide.
Declaration
func appending(_ drawing: PKDrawing) -> PKDrawingParameters
- 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.