如何为静态表视图单元格设置autolayout?

时间:2018-02-18 07:39:59

标签: ios swift autolayout

我是初学者,但我通常没有设置autolayout的问题。但是在尝试为我的静态表视图设置autolayout时我很困惑。这是我要设置的屏幕

enter image description here

如下所示,我的静态表视图底部有一个灰色区域,我想摆脱它,如果设备更大,灰色区域也更大。

enter image description here

我以为我可以将表格视图约束设置为左上角和右上角为零以摆脱该灰色区域,但我无法设置约束的值

enter image description here

enter image description here 那么如何摆脱那个灰色地带?

1 个答案:

答案 0 :(得分:1)

在模拟器或实际设备中运行您的应用程序,您将看不到该灰色区域。正如您现在在故事板预览中看到的那样。