【发布时间】:2009-09-20 16:57:15
【问题描述】:
我正在尝试使用 Apple Core Data 示例代码作为我自己的应用程序的基础。我正在使用此代码:http://developer.apple.com/iphone/library/samplecode/iPhoneCoreDataRecipes/index.html
我无法确定第一个表格视图的样式。我希望它被分组(UITableViewStyleGrouped),但似乎没有明显的地方告诉它如何设置表格的样式。该表似乎是通过编程方式创建的,因为 xib 中没有 UITableView。
【问题讨论】:
标签: iphone uitableview core-data