Remove autolayout (constraints) in Interface Builder

XcodeMacosCocoaInterface BuilderOsx Snow-Leopard

Xcode Problem Overview


I'm trying to make my project compatible with Snow Leopard and I am not able to remove the autolayout in the nibs using Interface builder (XCode 4.3 on Lion).

Is it possible to remove the constraints and the autolayout in a nib on XCode?

Xcode Solutions


Solution 1 - Xcode

Go to the File inspector in interface builder, and untick "Use Auto Layout".

Solution 2 - Xcode

enter image description here

Go to the file inspector and uncheck the option 'Use Autolayout' below Document versioning.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionOlofView Question on Stackoverflow
Solution 1 - XcodeOlofView Answer on Stackoverflow
Solution 2 - XcodeGSDView Answer on Stackoverflow