中心按鈕與 UIStackview

第 1 步: - 在故事板中按 4 按鈕。Button1,Button2,Button 3,Button4

第 2 步: - 為所有按鈕提供固定高度和寬度。

http://i.stack.imgur.com/lR5Zw.gif

第 3 步: - 2 個棧檢視中的所有 2 - 2 按鈕對。

http://i.stack.imgur.com/oiZc4.gif

第 4 步: - 為兩者設定 UIStackview 屬性。

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

StackOverflow 文件

http://i.stack.imgur.com/YECAf.gif

步驟 5: - 在一個 Stackview 中新增兩個 Stackview

http://i.stack.imgur.com/UlTWA.gif

步驟 6: - 在主堆疊檢視中設定 Distribution = Fill equally Spacing =5(根據你的要求設定)

http://i.stack.imgur.com/O3xZe.gif

第 7 步: - 現在將 Constrain 設定為主堆疊檢視

      center Horizontally in container
      
      center vertically in container

        and select Update Frame.

http://i.stack.imgur.com/HAr7Z.gif

步驟 8: - 輸出所有裝置的時間。

StackOverflow 文件