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.
Appends the contents of the specified drawing object to an existing drawing object that you provide.
mutating func append(_ toAppend: PKDrawing)A drawing object that contains additional content.