UITabBar+UITableviewController in navigation based applications

后端 未结 2 1325
自闭症患者
自闭症患者 2021-01-24 06:17

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 thos

2条回答
  •  北海茫月
    2021-01-24 06:21

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

    Adding Tabbar controller with navigation controller in the order shown in the image.

提交回复
热议问题