子视图从故事板视图中的可见区域消失

时间:2015-10-04 09:26:30

标签: ios objective-c cocoa-touch uiview storyboard

我在视图上有一个盒子容器(在我的例子中是标签视图)。 在另一个标签上做了一些事情,当我回来时 - 视图消失了,但我仍然可以在左侧的视图树上看到它。

显然它已移出可见边界。

如何将视图移回原位? (不使用鼠标)

这是怎么回事:

(然后想象所选框已超出可见区域)

enter image description here

1 个答案:

答案 0 :(得分:0)

我找到了解决丢失视图的解决方案:

  1. 打开故事板作为源代码文件(右键单击故事板,打开为>源代码)

  2. 在源代码中用他的名字搜索丢失的视图

  3. enter image description here

    1. 更改代码视图的位置:(x = 0; y = 0)

       <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="RjJ-3C-kXQ" userLabel="LostView">
             <rect key="frame" x="0" y="0" width="383" height="96"/>