0

I'm not sure why but when I try to align my UIStepper in IB in line with my label, it is not inline when I run it. So I have to adjust my UIStepper a lot lower than my labels in order to get it alined. Please see the picture:

Does anyone know why?enter image description here

Thanks.

K.Honda
  • 3,106
  • 5
  • 26
  • 37

1 Answers1

2

Make sure your Autoresizing positions for the UIStepper are set correctly, the example in the screenshot should align your UIStepper with the UILabel.

enter image description here

WrightsCS
  • 50,551
  • 22
  • 134
  • 186
  • Thanks again. Initially the autosizing was just like your screenshot but it was not showing when I was running it but played around with it and now staying where it's suppose to :) – K.Honda Apr 13 '12 at 23:10
  • Changed the **Autosizing** to **Top & Left** ,, fixed the problem , thanks – aLFaRSi Jan 07 '13 at 21:35