您好 为什么不能把一个storyboard里的 cell 单元 里的 image 和两个lable 也用control+拖拽的方式 添加到 swift 文件里
您好 为什么不能把一个storyboard里的 cell 单元 里的 image 和两个lable 也用control+拖拽的方式 添加到 swift 文件里产生@IBOutlet weak var image: UIImageView! 然后 操作image呢? 而要用 cell.viewWithTag( ) 的方式。我尝试了 报错:
Main.storyboard: error: Illegal Configuration: The image outlet from the SecondViewController to the UIImageView is invalid. Outlets cannot be connected to repeating content.
求解 谢谢