append(contentsOf:)
Adds the contents of a PencilKit drawing on top of this paper.
Declaration
mutating func append(contentsOf drawing: PKDrawing)Parameters
- drawing:
The drawing whose contents is added on top of this paper.
Adds the contents of a PencilKit drawing on top of this paper.
mutating func append(contentsOf drawing: PKDrawing)The drawing whose contents is added on top of this paper.