如何禁用ios 6 Xcode中的IOS约束?

时间:2012-12-27 09:33:43

标签: iphone ios xcode ios6 autosize

  

可能重复:
  Remove autolayout (constraints) in Interface Builder

我正在创建一个应用程序,我不希望启用NSConstraints,因为它们在我运行应用程序时正在移动UIViewController中的东西。

有什么方法可以禁用它们吗?可能每个View Controller中只有一些代码或只是一个设置。

2 个答案:

答案 0 :(得分:6)

禁用xib文件检查器中的autolayout

autolayout

请查看此autolayout教程以解决问题,而不会将其停用。

答案 1 :(得分:3)

转到nib打开属性检查器转到第一个选项卡向下滚动,可以看到自动布局选项

取消选中该复选框。看图像做如:

enter image description here