从 ViewController 到 UITableView 的 tableView 出口无效。插座无法连接到重复内容
Posted
技术标签:
【中文标题】从 ViewController 到 UITableView 的 tableView 出口无效。插座无法连接到重复内容【英文标题】:The tableView outlet from the ViewController to the UITableView is invalid. Outlets cannot be connected to repeating content 【发布时间】:2017-04-05 15:39:36 【问题描述】:我正在尝试在 Collection View 上添加一个 tableview。当我拖放以在视图控制器类中建立连接时。它向我显示以下错误 - “从 ViewController 到 UITableView 的 tableView 插座无效。插座无法连接到重复内容。”
知道为什么会这样吗?相同的解决方案是什么?
【问题讨论】:
【参考方案1】:tableview outlet需要连接collectionview cell类(自定义collectionview cell类)。CollectionView outlet要连接ViewController类。
【讨论】:
【参考方案2】:尝试将tableView
连接到您的集合视图单元而不是视图控制器
【讨论】:
感谢 svvoff。它有帮助以上是关于从 ViewController 到 UITableView 的 tableView 出口无效。插座无法连接到重复内容的主要内容,如果未能解决你的问题,请参考以下文章
将图像从 ViewController 传递到 ViewController
如何将数据从模态 ViewController 传输到父 ViewController?
如何将 PFFile 从一个 ViewController 传输到另一个 ViewController
从一个 ViewController 导航到另一个 ViewController
你如何将数据从 ViewController 传递到包含单独 ViewController 的 PageViewController,然后这些 ViewController 将使用这些数据?
从 XIB Viewcontroller 中的 segmentcontrol 到 Storyboard Viewcontroller