how to give constraints for the buttons in the bottom as shown in image.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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)
check here :Arrange 3 UIButtons(of equal width) side-by-side