I have a horizontal uistackview with these elements:
stack view (horizontal)
element1 | element 2
Then I change the axis programmatically.
buttonsStackView.axis = UILayoutConstraintAxisVertical;
Now the view is like this
element1
element2
I want to make it like this:
element2
element1