如何将 RootViewController 设置为 SplitViewController 中的分组表

Posted

技术标签:

【中文标题】如何将 RootViewController 设置为 SplitViewController 中的分组表【英文标题】:How to set the RootViewController to a Grouped Table in SplitViewController 【发布时间】:2010-06-10 22:53:00 【问题描述】:

我想要一个在 RootViewController 中的分组表,而不是普通类型的表。有人知道怎么做吗?

【问题讨论】:

【参考方案1】:

RootViewController.mviewDidLoad中添加以下内容

[self.tableView initWithFrame:self.tableView.frame style:UITableViewStyleGrouped];

这将改变 tableview 样式。

【讨论】:

【参考方案2】:

首先您为 RootViewController 创建 xib 设计,并在属性检查器中将 tableview 样式更改为分组。它工作得很好

【讨论】:

以上是关于如何将 RootViewController 设置为 SplitViewController 中的分组表的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 Swift、iOS 7 设置 rootViewController

Xcode 如何通过故事板隐式设置 rootViewController?

如果 UITabbarcontroller 不是 rootviewcontroller,如何从 Appdelegate 为 UIBarButtonItem 设置徽章(无论何时推送通知)?

通过initWithRootViewController以外的方法设置UINavigationController的rootViewController

如何将值从 NavigationController 推送到 rootViewController?

如何将 UIViewController 作为子视图添加到 UIViewController(RootViewController)?