I have a View, setting Multiplier to make it perfect on all the devices.
My Values are
Constant = 0
Priority = 1000
Multiplier = 1.5
It will set this as proportionally according to all devices.
Now, MULTIPLIER is READ-ONLY property, so For moving this View up or down or in any direction, I can't change this.
Now I have option to change Constant, but I am unable to find ratio formula, that How should I change constant according to multiplier,
Image of View Constraint.
Thanks