如何创建一个具有 NavControllers 并在其中保存 tableVC 的 Tabbar?
我正在创建我的第一个 iPhone 应用程序,但我陷入了困境。
我想要一个选项卡式视图(有 3 个选项卡)。
每个选项卡都会有一个文章列表供用户查看,单击后将显示该文章。
我现在的设计是:
- 窗口
- TabviewController
- 每个都包含一个 NavController
- 每个导航控制器都包含一个 tabview 控制器(显示文章标题)
- 详细视图显示在表行选项卡上。
对于所有选项卡,3 到 5 的行为都是相似的。
这是正确的方法吗?
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 titles)
- 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这听起来完全正确。
Yes, that sounds perfectly right.