无法将UIImageView添加到IBOutletCollection

时间:2017-03-13 18:54:23

标签: ios objective-c xcode iboutletcollection

我试图找到解决方案,但我找不到任何有同样问题的人。

我正在使用Xcode 8.2.1,用Objective-C编写。

我实际上在向IBOutletCollection添加UIImageView时遇到了问题。我正在尝试使用Interface Builder。

dragging to connect ImageView with the Collection

我已经删除了该ImageView的任何现有插座。

我还添加了MasterViewController头文件的截图 - 我想这里的一切都还可以。

declaration of the collection

感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

您必须使用IBOutletCollection(UIImageView)代替IBOutletCollection(UIViewController)