I am developing a products storage app and need to implement a UIStepper in it. The problem is that I just can't place it vertically as I would like to have it.
So does anyone know a way I can do this??
I am developing a products storage app and need to implement a UIStepper in it. The problem is that I just can't place it vertically as I would like to have it.
So does anyone know a way I can do this??
You should be able to modify the transform:
Edit:
I now see that this is problematic for IB. I often create my views programmatically and this does not seem to be an issue:
It only seems to be an issue with IB. Setting the frame after the fact also does not seem to help.