【发布时间】:2010-11-04 23:17:47
【问题描述】:
我需要创建一个 UITabBarController,它会在一个选项卡中包含一个可以导航的 UITableViewController。所以,我在 Interface Builder 中创建了 UITabBarController。我也实现了 UITableViewController 的子类。
我从 Apple 文档中无法理解的是,我应该如何在 UITabBarController 中插入 UITableViewController 的实现,以便它也可以导航?我应该将 UITableViewController 还是 UINavigationController 添加到 UITabBarController?以及如何将 UITableViewController 链接到 UINavigationController?
谢谢!
【问题讨论】:
标签: iphone-sdk-3.0 uinavigationcontroller uitabbarcontroller