Hi,
I am trying to put a UITabBar on a Rootviewcontroller.xib to a Navigation based Application. I know that we used navigation based applicaitons for Tableviews and by default those .xib consists of a tableview. I tried to put a UITabBar in the bottom of rootview but it is not setting over there.
I saw that if we used viewbased application or a window based application we can arrange both UITabBar and UITableView on the same view. What I want to know here is:
1) Can we place a UITabBar in Navigation based applications if so how?
2) If we shift from root views to other detailed views i want the UITabBar to be appeared on all the other views can any one tell me how can i do this.
Thanks,
This is how your Xib should look.
Tab Bar controller is parent Controller..
Navigation controller shown in the image i.e. "First" will be just for the first Tab ..
if you need the Navigation controller for the "Second" tab, you have to add one more Navigation controller.