What I want:
The picture is from Notes
app in iPad. The blurred red path I drew with Apple Pencil. Holding and then the perfect circle shape generated.
I checked the Apple's developer documentation about PencilKit. It seems no related API to support it.
But apple's Notes
app of the system in iPad can do it. Does it mean that Apple have not opened the relevant API? However, I really need to implement Drawing and Holding to Create Perfect Shapes in our app. How to do it?
The only thing I can think of is to use coreML to reshape pencil path? I know very little about it.