How do I create a Tabbar that has NavControllers that hold tableVCs inside?
I am creating my first iPhone application and I am stuck.
I want to have a tabbed view (with 3 tabs).
Each tab will have a list of articles for the user to view, and upon click the article will be shown.
My design as for now is:
- Window
- TabviewController
- Each contains a NavController
- Each nav controller contains a tabview controller (that displays the article 开发者_如何学Gotitles)
- A ditailed view is shown on table row tab.
The behavior of 3 to 5 is similar for all tabs.
Is this the right approach?
Yes, that sounds perfectly right.
精彩评论