文字在情节提要中显示正常,但在iPhone模拟器上已被截断-XCode 11.7

时间:2020-09-24 03:50:59

标签: swift iphone xcode

我正在跟踪我在https://github.com/appbrewery/Flash-Chat-iOS13上找到的教程

但是当我克隆项目并在情节提要it looks like this

中设置主页时

但是,当我运行模拟器时,它看起来像“ FlashC ...” as shown here.

These are the settings on the sidebar

And here are the constraint settings

直到我理解为什么会发生这种情况我才能继续,但Google显然以前从未听说过这个问题。

1 个答案:

答案 0 :(得分:0)

发生这种情况是因为文本/徽标对于iPhone屏幕(我认为是iPhone SE或类似产品)太大。

您会看到在情节提要预览中选择iPhone SE时,会发生同样的情况:here

这里的问题是,将徽标52从引导到超级视图对齐(左间距)存在约束,您可以通过将其更改为大于或等于33(33足够)来进行修复。像这样:
enter image description here