Kittygram icon indicating copy to clipboard operation
Kittygram copied to clipboard

Expand the example.

Open sunshinejr opened this issue 8 years ago • 3 comments

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! 💪

sunshinejr avatar Feb 12 '17 22:02 sunshinejr

First of all may I suggest to put some content on details VC? Currently it's completely empty.

mrtj avatar Feb 13 '17 08:02 mrtj

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 avatar Feb 27 '17 22:02 egenvall

@egenvall You mean using one coordinator for the whole structure? And by router you mean coordinator?

sunshinejr avatar Mar 02 '17 10:03 sunshinejr