设置“视图为”可调整情节提要中的框架大小

时间:2018-12-18 08:28:53

标签: ios xcode-storyboard xcode10

我使用xCode10.1确实在Swift 4.2中开发了一个应用程序。

在模拟器中进行测试时,我无意中更改了xCode中的“视图为”设备(请参见屏幕截图)。

view-as selection

这会按预期方式(例如)添加一个设备ID标记,但也会更改情节提要中我每帧图像的宽度,从而导致差异如下:

- <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
+ <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>

- <rect key="frame" x="0.0" y="28" width="600" height="120"/>
+ <rect key="frame" x="0.0" y="28" width="375" height="120"/>

- <rect key="frame" x="0.0" y="0.0" width="600" height="120"/>
+ <rect key="frame" x="0.0" y="0.0" width="375" height="120"/>

这是预期的行为吗?如果可以,我可以预防吗?

0 个答案:

没有答案