I have a Mac catalyst app that has a root view controller of a UIDocumentBrowserViewController. When a document is selected, the editor view controller is presented modally (in fullscreen mode).
This worked fine on iOS 14, and macOS Catalina, but when I run it on Big Sur, the editor VC will appear for a second, and then disappear, and the UIDocumentBrowserViewController gets shown again.
(Not sure if the editor is being dismissed, or if another UIDocumentBrowserViewController is being shown on top.)
This worked fine on iOS 14, and macOS Catalina, but when I run it on Big Sur, the editor VC will appear for a second, and then disappear, and the UIDocumentBrowserViewController gets shown again.
(Not sure if the editor is being dismissed, or if another UIDocumentBrowserViewController is being shown on top.)