Arrange 3 UIButtons(of equal width) side-by-side

Viewed 6504

How to arrange 3 UIButtons side-by-side.I am using Auto-layout. My requirement is:

1.they should be equal width regardless of device

2.occupy vertically from starting to end of the view

enter image description here

i tried different ways, i failed to achieve that. Is it possible through interface builder

4 Answers
Related