How to make PKCanvasView and TextField inline?

I am working on an app that allow user to taking notes, and I want to support inline editing that means users can use PencilKit feature and edit text in a single note just like the Notes app.

Is there any good idea to achieve this using SwiftUI?

How to make PKCanvasView and TextField inline?
 
 
Q