Attaching the view i am planning to design. I would like to position the Buttons with respect to Superview and their Width and Height must increase proportionally to the Screen
This is an example just for one row of your buttons, so they can be reused for other UI elements.
Put these constraints onto your buttons:
LEFT BUTTON:
RIGHT BUTTON
And constraints related to both buttons: (you need to select both buttons to be able to apply relation constraints)
In Interface Builder it looks like this:
And these layout is universal, so I chose some device sizes to present:
iPhone 5
iPhone 6
iPhone 6 Plus
... etc.