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?


Found the answer here

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

  • 在这里输入图像描述

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

    链接地址: http://www.djcxy.com/p/24406.html

    上一篇: Interface Builder不断重新设置我的自定义UITableViewCell的宽度

    下一篇: 在Interface Builder中删除自动布局(约束)