[iOS] Set initial view controller in AppDelegate

In some case we may have different initial view controller when opening or resuming the app. To set the root view controller it can be achieved by coding in function didFinishLaunchingWithOptions of AppDelegate. Continue reading “[iOS] Set initial view controller in AppDelegate”