I did a percentage based width for root Stack View.
First I made root stack view equal width to super view and multiplier to 0.7 to get the 70 % of subview. And then horizontally center in a container.It works for all iPhones but it is bigger for iPads. I want make multiplier from 0.7 to 0.5 or 0.6 so that root view may seen perfectly for iPads.
I did not find a + (plus) sign next to multiplier to make it (regular-regular for iPads).
All I want is to make root stack view get 60 percent width of superview for all iPhones and 70 percent width of superview for all iPads .
Is there way to change multiplier value 0.7 for iPhones and 0.6 for iPads?







