如何编辑超出视图控制器边界的故事板元素?

时间:2015-07-28 20:18:35

标签: ios xcode uiview uiviewcontroller storyboard

我正在尝试在UIViewController中向我的storyboard添加一个项目,但是已经有一堆元素占用了界面构建器视图中的垂直空间。是否可以在UIViewController的边界下直接编辑子视图的元素?

示例:我想编辑以橙色突出显示的子视图。

Example: I want to edit the subview highlighted in orange.

1 个答案:

答案 0 :(得分:1)

Select the view in IB. On the inspector, change the size to "free form" then increase the vertical height.

Will add more detail once I can get back to my desk and see Xcode in person.