How can I use PKCanvasView in PencilKit to create multiple layers?
These views are superimposed on each other. I want the drawing of each layer is kept independent from each other.
It's also important that when the user uses the drag or zoom gesture on it, all layers MUST be scaled or dragged at the same time.
Please provide a more concise, efficient and appropriate code implementation.
Thanks.