I have a navigation based app, in one of the screen I now want to add a tab bar. Can any one please share code snippet on how I can do that. Thanks
A:
the common way is to add a navigation view to one within a tab view, not vice versa. as far as i know it is not possible to add a tab bar to a navigation view.
unset
2010-05-17 22:43:03
A:
You could call a modal view that uses an underlying tab bar. Another idea is to use the tab bar for the whole app and hide the bar for the views where you don't want it to show up.
Gorgando
2010-05-24 21:07:16