I have two UIButton having constraints from left and top at 22 point. The second one is below the first UIButton and has a constraint of 22 point from left and 22 point from the first UIButton.
My concern is I want the gap between the two UIButton should increase with different size of iPhones as per the aspect ratio. I have a constraint of Equal width & Equal height tuned up with the multiplier on UIButton which makes the size of the UIButton grow with different sizes of iPhone but I want the gap between two UIButton to grow as well.