【发布时间】:2014-07-21 23:13:47
【问题描述】:
我的程序没有明确的表。它唯一的表格来自“搜索栏和搜索显示控制器”视图,为searchDisplayController.searchResultsTableView。所以要创建它的自定义 TableViewCell,我使用 xib 文件。现在我需要从 xib 文件中定义的自定义单元格到情节提要中定义的 ViewController 吗?我该怎么做?
换一种说法:如何从“searchDisplayController.searchResultsTableView”的自定义 TableViewCell 转换为 ViewController
似乎已经有了答案,但我不明白:Segue from Storyboard to XIB
【问题讨论】:
标签: ios xcode uitableview segue uisearchdisplaycontroller