Routable
Routable copied to clipboard
Examples for using Tab Bar?
trafficstars
Hi, I have multiple router mappings and I have a view that requires a menu
I'm trying to figure out how to add a TabBar using Routable, can you give me an example on how to add a tabbar with Routable and how to call them?
Hmm you mean UITabBarController? It's not directly supported in Routable. One idea is to create five different Routable::Routers, one for each tab, and each tab has it's own UINavigationController as the top-level controller that is connected to the respective router. Just off the top of my head, haven't needed to use it with a tab bar yet...