I want to make an array with a bunch of UIImageViews I have in Interface Builder. Instead of having 20 or 30
IBOutlet UIImageView *img1;
a
Swift 3 and above:
@IBOutlet var stuckLabels: [UIImageView]