Aug 8, 2017 · 1 min read
Thanks for the feedback!
The way we would solve this is to create in the TabBarCoordinator start method a UINavigationController for each tab and inject them into corresponding Coordinators. The Foo/Bar Coordinators then will push their View Controllers onto the UINavigationController stack in their start methods.