0
votes

I have 16 buttons which fills the 3.5-inch (simulator)iPhone screen, when i switch to 4-inch an empty area appears at the bottom. How should i set the constraints to have bigger buttons who fills the 4-inch screen ? I work with xcode 5.

Thanks in advance

1

1 Answers

-1
votes

Read original Apple's documentation. Working with Constraints in Interface Builder is well described there.

All in all If I were u I would use: Pin Menus -> Pin -> Spacing to nearest neighbor -> top, down left and right constraints ...

enter image description here