iOS Deeplink to a specific ViewController retaining view controller stack
问题 I'm developing an app for a client of mine and they want to be able to deeplink to a specific view controller from the app being terminated. Here is the current stack: Launch Screen Splash Screen (Here is where we download our config file) VC1 VC2 VC3 VC4 VC5 The client wants the ability, via a deeplink, to launch the app, and after the Splash Screen completes the config file download, to navigate to a specific view controller (VC1-VC5). The issue is that they want to retain the stack. So i