Does the new iPadOS 14 scribble api work with swiftUI?
Scribble in SwiftUI
Yes, I have tested Scribble using a SwiftUI text view in iPadOS 14.
TextField and TextEditor work with Scribble. To use UIScribbleInteraction and UIIndirectScribbleInteraction for customization, you'll need to host a view that makes use of the interactions with UIViewRepresentable.