You can do this in a storyboard using stackview
- Add a stack view using the Alignment Center and Distribution Fill .
- Restrictions on viewing the stack are centered horizontally and vertically in the center.
- Now add three buttons.
- The restrictions on button1 are height and width = 200
- The restrictions on button2 are height and width = 150
- The restrictions on button3 are height and width = 100
Installation is shown in fig:

You have conflicts due to the alignment property, which in your case it fills. make it a center, and it's done.
We can also add the spacing between the buttons. If we install Distribution Equal Spacing and add a height limit for a stack with a height greater than the height of the buttons.
This is a vertical view of the stack. You can check the same with horizontal stack viewing.
Hope this works for you.
Irfan source share