iOS UIStackView Center Buttons with UIStackview

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Example

Step 1 :- take 4 button in your Storyboard. Button1 , Button2 , Button 3 , Button4

Step 2 :- Give Fixed Height and width to All buttons .

enter image description here

Step 3 :- All 2 - 2 button's pair in 2 stackview.

enter image description here

Step 4 :- Set UIStackview Property for both .

      Distribution -> Fill Equally
           Spacing -> 5 (as per your requirement)

enter image description here


enter image description here

Step 5 :- Add both Stackview in one Stackview

enter image description here

Step 6 :- Set Distribution = Fill equally Spacing =5 in main stackview (set According to your requirement)

enter image description here

Step 7 :- Now set Constrain to main stackview

      center Horizontally in container
      
      center vertically in container

        and select Update Frame.

enter image description here

Step 8 :- It's time for Output for All device .

enter image description here



Got any iOS Question?