Olof
Olof

Reputation: 5338

Remove autolayout (constraints) in Interface Builder

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?

Upvotes: 124

Views: 59865

Answers (2)

Olof
Olof

Reputation: 5338

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

Upvotes: 277

GSD
GSD

Reputation: 436

enter image description here

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

Upvotes: 23

Related Questions