In my storyboard I have one UIImageView for traits RegularRegular and another one for the rest of traits.
This is because they have different layout rules and they have different configuration too.
I want to link them with the viewcontroller, but I found I have to create a property for each one. If I link the property with one of the UIImageView it will remove the link with the other UIImageView
Is there a way to link both UIImageView over one property in my ViewController so XCode will chose which one in each case, or the only way is to create two properties?