There are two ways to do this.
Method 1: When using the button width limit

Select all 3 buttons and add equal width
Method 2: Using the Stack View
Step 1: Add 3 Buttons.
Step 2. Select all of these buttons. Once you have selected, click the Stack button in the auto layout panel at the bottom right of the storyboard canvas. see below in the image.

Alternatively, you can embed in From Editor → Paste in → StackView
Step 3: Add Constraints to StackView . as shown below. 
Step 4: Select StackView, then select “ Attribute Inspector .” Change the Spread to Fill Evenly :

And his done!
source share