I need to stretch all buttons horizontally from:
[button1][button2]
to:
[ button1 ][ button2 ]
depend on width of screen.
So I have pinned button1 to superview for top and left edges. Then I pinned button2 to button1 horizontally and set equal height to button1 and also pinned button 2 to the right edges.
This is my issues right now: