AutoLayout 制約を使用してボタン フレームを自動的に再配置しようとしています。
シナリオ : 5 つの UIButton があり、均等に配置する必要があります。
- 期待および達成 (Google ドライブの画像を介して表示) :画像
私が使用したもの:
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
参照用にプロジェクトを共有しました:プロジェクト
水平間隔の問題がどこにあるか教えてください。
ありがとう