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
Somehow it confuses me how to setup a router with navigationcontrollers involved. For example, when the first viewcontroller is a navigationcontroller defined in some storyboard, the root viewcontroller for that navigation controller is actually a route segment deeper… so does that mean it would be better not to use the segue connection between the navigationcontroller and its root viewcontroller? For the app I try to add ReSwift, I have multiple storyboard flows with navigationcontrollers.