Need Help with PKCanvasView

I want to add a UIImage into PKCanvasView (Pencil kit)or in PKDrawing , where I can add drag and scale UIImage into Canvasview
How to achieve this?
like as undo redo , can apple developer add the functionality of Adding image in canvas view ? otherwise please provide any solution,
thanks
Did you every figure out how to do this? I am trying to do something similar and have not been able to figure it out.
Hey I had a similar Problem, sadly there is no API from Apple which makes this easy. I solved it by manually adding an UIImageView into the canvas aka. scrollView. So in the end you have to handle everything by yourself, when it comes to dragging or scaling the image view.
Need Help with PKCanvasView
 
 
Q