I've implemented shortcut support in my iOS app, so you can "force touch" the icon and jump directly to various points.
When you do this, the application's "launch screen" storyboard is briefly shown, and then the target view controller appears.
In this App, the target scenes contrast very strongly with the launch scene's appearance. This looks a bit naff and I'd like to improve it.
Is it possible to prevent the launch screen showing while the shortcut is being presented? Or can I provide a custom launch screen for use with shortcuts?
N.B. This happens both when the application is already launched (and the shortcut is awaking it from the background), on also on first launch.