1 min readMay 7, 2019
Hello. Thanks for the response. There is no difference when using Auth and Walkthrouh flow. In Main flow you will push to UITabBarController. Now you have to do is to create custom UITabBarController and override UITabBarControllerDelegate’s methodtabBarControllerDidSelect and using UITabBarController’s selected index, you should determine which coordinator to call. I hope this will help you.