防止输入文本比例

时间:2016-03-12 20:39:01

标签: ios iphone swift xcode7

我买了这本书Beginning iPhone Development with Swift 2: Exploring the iOS SDK并按照教程,如何构建IOS应用程序。

我创建了两个输入字段,如下所示: enter image description here
当我在iPhone 6S上的模拟器上运行时,第二个输入字段将被缩放 enter image description here
属性检查器看起来像:
enter image description here 最后尺寸检查员:
enter image description here

怎么能避免这种情况?

更新 约束如下: enter image description here

1 个答案:

答案 0 :(得分:0)

您不应该使用centerY进行垂直约束。这是与你的身高相撞的那个。只需对UITextViews使用top,它应该可以正常工作。

只需将centerY中的Number:更改为top即可。