python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to implement PencilKit in SwiftUI with background and zoom?
I am trying to build a view in SwiftUI that allows me to draw on top of another view, for example a table, using PencilKit. Everything must be zoomable and the elements of the background view must be ...
Pierluca Lippi
Votes: 0
Answers: 0
PKCanvasView / PKDrawing get strokes selected by lasso
When using PKCanvasView with standard drawing tools (PKToolPicker), there is a lasso tool available. It is possible to select existing pencil strokes and modify them. On the other hand, through PKDraw...
Kaven
Votes: 0
Answers: 1
How to ignore specific events so it passes to view below in a ZStack?
I'm developing a small PencilKit app and have placed a UIViewRepresentable on top of it in a ZStack to handle gesture input (to rotate, scale and pan the canvas around the screen). But I'm struggling ...
CodeyTown
Votes: 0
Answers: 1
Why does PKToolPicker disappear when blur and doesn't come back
When using PKCanvasView and PKToolPicker in a SwiftUI project using Xcode 13, the PKToolPicker disappear when I blur the view, and it doesn't come back when I remove the blur effect.
I am trying to cr...
PujolDeveloper
Votes: 0
Answers: 0