在swift2.1中以编程方式使用topLayoutGuide

时间:2015-11-04 15:14:33

标签: ios autolayout

我正在使用Swift2.1,我想在我的视图控制器视图中添加一个子视图,它在屏幕顶部有一个navigationBar。所以我试着设置subview.top等于self.topLayoutGuide.Bottom的约束,我的代码如下:

enter image description here

当我运行应用程序时,它崩溃了错误:

enter image description here

我错误地编辑了" V的字符串:[selfTopLayoutGuide] - [subview] - [selfBottomLayoutGuide]"?或者有什么方法可以解决这个问题吗?

1 个答案:

答案 0 :(得分:2)

错误指向字符串中的空格,将其删除。

"V:[selfTopLayoutGuide]-[subview]-[selfBottomLayoutGuide]"