Questions tagged [pktoolpicker]
3 questions
2
votes
1 answer
How to use PKCanvasView functionality without PKToolPicker?
I want to use PKCanvasView functionality without PKToolPicker.
As soon as I set PKToolPicker visibility to false PKCanvasView draws noting.
What is the way to hide PKToolPicker and use PKCanvasView?
Here is the code which I am using:
struct…

Ramis
- 13,985
- 7
- 81
- 100
0
votes
1 answer
Cannot able to change PKToolpicker tools
I need to Draw over an image using PencilKit. the problem I face is I can't able to change the PencilKit tool picker tools (Eg pen to pencil). I am able to use only pen mode in the PKInkTool
Posted my code below
class ViewController:…
0
votes
1 answer
Swift Get PKToolPicker Position
I am using the PKToolPicker with PKCanvasView. I would like to add some buttons directly above the tool picker UI on iPhone.
I am currently using the code below to try to get the frame position of the tool picker:
let toolBarPos =…

Tom Coomer
- 6,227
- 12
- 45
- 82