Mr. Bond
Mr. Bond

Reputation: 427

how to give constraints for UIbuttons

how to give constraints for the buttons in the bottom as shown in image.

enter image description here

Upvotes: 0

Views: 145

Answers (1)

UdayM
UdayM

Reputation: 1783

select all 5 UIButtons and give equal widths constraints. give following constraints forr all buttons:

1.Height constraint.

2.Leading Constraint.

2.Bottom Constrain.

4.Equal Width Constraint

5.Trailing Constraint(if necessary) enter image description here

check here :Arrange 3 UIButtons(of equal width) side-by-side

Upvotes: 2

Related Questions