Is it possible to give a constraint a different multiplier depending on the current size class?
I have a view that I want to be half the size of the screen for a regular size class width and I want it to be 80% of the size of the screen for a compact size class width. In the storyboard I have the option to add different variables for different size classes to the constraints constant value, but not it's multiplier value. It's an Equal Widths Constraint in case that is relevant.
I haven't done much with adding constraints programatically so I'm hoping their might be a solution that lies down that road. Can anyone tell me if it is possible to do what I'm looking for via storyboard or programatically?