Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 删除界面生成器中的自动布局(约束)
我正在创建一个应用程序,我不希望启用 NSConstraints,因为当我运行应用程序时它们正在 UIViewController 中移动东西。
有什么办法可以禁用它们吗?也许每个视图控制器中都有一些代码,或者只是一个设置。
autolayout在您的 xib 文件检查器中禁用。
autolayout
检查此自动布局教程以解决问题,而不禁用它。
转到笔尖打开属性检查器转到第一个选项卡向下滚动您可以看到自动布局选项
取消选中该复选框。看图片做同样的事情: