How to add a TabBar to NavigationController based iPhone app

前端 未结 6 509
花落未央
花落未央 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

    The definitive answer to this question is presented in the iPhone SDK documentation in the View Controller Programming Guide for iPhone.

    View Controller Programming Guide: Combining View Controllers

    This link goes straight to the section and includes a discussion of the correct ways to create navigation and tab bar-based interfaces.

提交回复
热议问题