0

AutoLayout 制約を使用してボタン フレームを自動的に再配置しようとしています。

シナリオ : 5 つの UIButton があり、均等に配置する必要があります。

  1. 期待および達成 (Google ドライブの画像を介して表示) :画像
  2. 私が使用したもの:

      First Button added the constraint top,left and buttom.
      For last button added constraint right,top and bottom.
      For rest button added top and bottom Constraint
      Then added horizontal spacing between Buttons
      Then added fixed width   
    

参照用にプロジェクトを共有しました:プロジェクト

水平間隔の問題がどこにあるか教えてください。

ありがとう

4

3 に答える 3

0

隣接するボタン間に先頭、末尾、等幅の制約を与えるだけです。

ここで私の答えを確認してください。これを達成するためのスクリーンショットと手順を説明しました:
Autolayout で 5 つのボタンを水平方向に配置するための最良の方法は何ですか

? :)

于 2015-12-16T13:51:05.313 に答える