与 NIB 中带有嵌入式部分的表格相关的错误

Error Related to Tables With Embedded Sections in NIB

我正在创建一系列 NIB,以允许重复使用在应用程序中用作面板的视图。我通过仅使用情节提要中的视图并添加了插座来制作了第一个原型。其中的一项是 table 视图。

当我将原始故事板中的组件复制到新的 NIB 文件中时,在运行时(以及在建立任何连接之前)出现错误,

Table views with embedded sections and cells are only supported in storyboard documents

我并不完全不知所措,我认为这意味着我必须为 table 单元格创建自定义 NIB,以便在 NIB 中拥有 table 视图。谁能证实这一点?我假设是这样的:https://www.youtube.com/watch?v=epo_cxZy2Pc

还是我和目标之间还有更深的鸿沟?

I think that this means that I have to create a custom NIB for the table cell in order to have a table view in a NIB

没错。在 nib 文件中创建表视图时。您不能直接嵌入部分或单元格。您必须在基础 nib 文件中创建 UITableviewcellregister