我正在尝试将一个UILongPressGestureRecognizer和一个UITapGestureRecognizer添加到IBOutletCollection of UIImageViews中,但是它不起作用action:@selector(selectImage:)];
tapRecognizer.delegate = self;
for (UIImageView
我想通过将一些额外的属性附加到足球、当前的球门和球门中看到的次数来做到这一点。@property (nonatomic, retain) IBOutlet IBOutletCollection(UIImageView) int intCurrentGoal;@property (readwrite) int intCurrentGoal