This is a macOS specific question, may not apply to iOS as much.
If I want to support Drag and Drop functionality to open new files in DocumentGroup based app, it's unclear how to do it.
The sequences I want are this:
Sequence 1:
May be a simpler form of this question is, how can I programatically tell DocumentGroup to open a specific file (file URL).
If I want to support Drag and Drop functionality to open new files in DocumentGroup based app, it's unclear how to do it.
The sequences I want are this:
Sequence 1:
App opens with a non-document welcome/onboarding window
User drags and drops file1.txt to that window.
Open any file, lets say file1.txt with Command+O
Drag and drop file2.txt in to that window, because user wants to override the already open file.
May be a simpler form of this question is, how can I programatically tell DocumentGroup to open a specific file (file URL).