krawaller / kranium

Brains for Titanium
http://www.kraniumjs.com
Other
103 stars 13 forks source link

Navigation Group Setup for Kranium #14

Open nvdnkpr opened 12 years ago

nvdnkpr commented 12 years ago

Hi Jacob, what is the best way to use the navigation group in Kranium ? The kranium-demo only shows the tab-based approach, so how can I set up a navigationgroup ??

krawaller commented 12 years ago

Hi Navid! Instead of a navgroup I normally use a tabgroup with tabBarHidden: true, so I can show the tabBar if needed later on. However if you really want a navgroup, that shouldn't be too hard. I'd suggest you have a look at the Titanium Mobile KitchenSink navgroup example if you haven't already. Kraniumifying it should be similar to Kraniumifying a tabgroup. If you don't manage to get it straight, I might be able to provide an example for you.

nvdnkpr commented 12 years ago

Hello Jacob, I didn't manage to get the example kraniumified. Can you provide the example for me ? I actually need something that works in Android too.

nvdnkpr commented 12 years ago

Can you open up a wiki ? then we have at least a small common repository of components..