You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2026. It is now read-only.
The app starts in the browser mode, as if you are an experienced user. Would perhaps be nicer to start with a blank drawing for starters, or have a little onboarding which points to the big + sign?
That is indeed a thing that is missing.
I wonder how to do it.
The UIDocumentBrowserViewController is a blackbox made by Apple, that indie developers can't make changes to.
The UIDocumentBrowserViewController must be the root view controller, so I cannot present another onboarding view controller before it.
I can write a better explanation inside the App Store with a video+screenshots that shows how to get started.
@axello raised this concern:
That is indeed a thing that is missing.
I wonder how to do it.
The
UIDocumentBrowserViewControlleris a blackbox made by Apple, that indie developers can't make changes to.The
UIDocumentBrowserViewControllermust be the root view controller, so I cannot present another onboarding view controller before it.I can write a better explanation inside the App Store with a video+screenshots that shows how to get started.