I am working on a document based app in SwiftUI, using the approach outlined in wwdc20-10039.
I have a DocumentGroup and an editor. All works pretty well.
However, when I launch the app, sometimes it starts with 'Recents' selected and the code shows a spinner. This never completes.
Two questions:
I have a DocumentGroup and an editor. All works pretty well.
However, when I launch the app, sometimes it starts with 'Recents' selected and the code shows a spinner. This never completes.
Two questions:
Is this a bug in beta1 to never complete the search in recents?
What do I need to do to get something in the 'recents' folder (or is it all 'automatic'?)
What controls if the app opens to this view or the normal file picker view?