this can?
I really want the user to be able to replay/animate the strokes when appending the drawing via PKCanvas.drawing.append?
The sample code below is somewhat helpful with the app retracing the user’s stroke with a marker using a core animation layer (which I have no familiarity with yet).
https://developer.apple.com/documentation/pencilkit/inspecting_modifying_and_constructing_pencilkit_drawings
Do you think this is the way? Animate the stroke myself, then append the stroke back to PKCanvas, and then remove the animation?
Qiang Lyric is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.