开发者

How do I create a Tabbar that has NavControllers that hold tableVCs inside?

开发者 https://www.devze.com 2023-04-10 22:48 出处:网络
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 s

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:

  1. Window
  2. TabviewController
  3. Each contains a NavController
  4. Each nav controller contains a tabview controller (that displays the article 开发者_如何学Gotitles)
  5. 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消