在UITextField中输入文本时,模态ViewController的AutoLayout失真

时间:2015-02-05 12:11:26

标签: ios swift ios8 autolayout

我有ViewLtroller和AutoLayout的视图和子视图 我将其添加为模态视图控制器

它开始很好地适合图像

enter image description here

但在textField开始编辑后,它将更改为 enter image description here

我尝试添加

func textFieldShouldBeginEditing(textField: UITextField) -> Bool {

        self.view.setTranslatesAutoresizingMaskIntoConstraints(false)

        return true
    }

当他开始编辑时效果很好但在用户关闭键盘时再次扭曲

0 个答案:

没有答案