Kittygram
Kittygram copied to clipboard
Expand the example.
So this example is pretty lackluster and we could expand it with more options, more content, more everything. If you have an idea, feel free to open a PR! 💪
First of all may I suggest to put some content on details VC? Currently it's completely empty.
How would one go about having a UITabBarController whos, lets say two items, have routers? Such that from Tab1 (VC1) you could navigate to VC1.1 & VC1.2 through the router (while still maintaining the tabbar)
VC1.1 VC1.2 VC2.1 VC2.2
--VC1-- --VC2--
--- UITab---
@egenvall You mean using one coordinator for the whole structure? And by router you mean coordinator?