How to add a TabBar to NavigationController based iPhone app

前端 未结 6 497
花落未央
花落未央 2020-12-24 03:51

I have a simple NavigationController based app. The main window shows a TableView and selecting an item loads a sub-view. I used Interface Builder for UI views.

Now

6条回答
  •  鱼传尺愫
    2020-12-24 04:18

    It's a better idea to have a navigation bar embedded in a tabbed application whenever possible. Doing it the other way creates some complications, is difficult when done with IB and leads to a lot of trouble.

提交回复
热议问题