ios - 界面生成器 : How to clean up the deleted constraint?

标签 ios autolayout xcode6

我使用 command-delete 删除了 IB 中 map View 小部件的一些限制。如所附图片所示,约束实际上并没有被完全移除,而是只是淡化了。

enter image description here

我已尝试保存文件并重新打开项目,但它们似乎不会被 XCode 删除。

如何删除它们?

编辑

这是我在 Size Inspector 窗口中看到的

enter image description here

我正在使用 XCode 6 (6A313)

最佳答案

在左侧面板中选择它并按退格键永久删除。

enter image description here

关于ios - 界面生成器 : How to clean up the deleted constraint?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25946812/

相关文章:

ios - [self back]后的调用函数

ios - 如何在 swift 中按日期对对象数组进行分组?

c++ - 如何删除 Sprite 并再次使用相同的 Sprite

ios - 如何使用在 Swift 中使用自动布局的代码更改 UI 布局?

ios - 单击主视图 Controller 中的按钮以将录制的视频保存在容器 View 中?

ios - Swift 核心数据问题 (Xcode 6)

ios - 沙盒应用程序内购买恢复以前登录的 Apple 帐户的购买

iphone - 有没有人创建一个垂直的 UIToolBar?或者某种带有 UIButtons 的垂直菜单?

ios - 添加到父 View 时向 UITableView 添加 AutoLayout 约束

ios - 在代码中查找在 IB 中创建的布局约束