I’m adding drag-and-drop support to my app for multitasking on iPhone Duo.
My app supports text/note content. Currently, a user can move content from Apple Notes into my app using Share or Copy/Paste. ** Questions**
-
Can a note from the Notes app be dragged directly into another app during multitasking, similar to dragging a photo?
-
If so, what content type does Notes provide through the drag-and-drop session? For example, is the note exposed as plain text (public.plain-text / UTType.plainText), rich text, or another transferable type?
My goal is for the user to drag a note from Notes into my app and have it behave essentially like Copy → Paste, without requiring the Share sheet.
Thank you.