Post

Replies

Boosts

Views

Activity

Reply to PencilKit PKCanvasView tiling?
The "tiling" word from that slide mentions how they internally implemented PKCanvasView. If you "Debug View Hierarchy" in Xcode, you'll see that there is a tiling view among other subviews of the PKCanvasView.Tiling is not a feature that's available to developers directly. I believe there is a chance to achieve this by hacking responder chain, so while stroking with Pencil check if it's off the current canvas bounds, if so, pass touch events to the next canvas.
Nov ’19