Routable icon indicating copy to clipboard operation
Routable copied to clipboard

Examples for using Tab Bar?

Open jjuliano opened this issue 12 years ago • 1 comments
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?

jjuliano avatar Nov 29 '12 09:11 jjuliano

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...

clayallsopp avatar Dec 03 '12 04:12 clayallsopp