-1

Possible Duplicate:
Remove autolayout (constraints) in Interface Builder
While the answer and final question are the same, the rest of the questions are completely different and the questions that appeared when I searched were unrelated to either question.

In my app, I am trying to set the autoLayout to setup my view properly for iPhone 4 screen size versus the iPhone 5 screensize. With the kind of layout I am dealing with, I really don't need the power provided by the new constraints system and it would be much easier to use the old system. I know this is possible because the older xib files in my project use the old system.

My question is: How do I use the old system in new xib files?

Community
  • 1
  • 1
WolfLink
  • 3,308
  • 2
  • 26
  • 44

1 Answers1

3

Open your xib file in Xcode, open the right-side pane, select the 1st tab in it, and unselect the "Use auto layout" checkbox.

TotoroTotoro
  • 17,524
  • 4
  • 45
  • 76