表视图自定义单元格...给出约束但它不起作用

时间:2018-03-22 15:58:54

标签: uitableview custom-cell

我创建了一个带有表视图单元格的表视图控制器以及XIB文件......实际表应该如下所示(image of Table view to be created)。我给出了XIB文件中的所有约束(附带截图)(screenshot of XIB look),但是当我运行模拟器时,创建的表格非常混乱,并且没有满足我的任何约束(screenshot of table created)。我错过了什么?我应该更改任何表视图/单元格设置吗?

我的约束包括: 对于Cast Image: 领先的超视空间:8 底层空间到超级视图:5 顶级空间到超级视图:5 将图像比例宽度转换为superview:0.3

所有四个标签都放在stackview中,并限制为顶部空间,前导空格和尾随空间集

徽标图像的底部空间和尾部空间设置为superview,宽度设置为50,高度设置为50

提前致谢

1 个答案:

答案 0 :(得分:0)

我做的不仅仅是如何设置它。

个人资料图片:

Set top bottom leading to super view, 8 offset on all.
Set width to superview with a multiplier of 0.3
Set contentType to scaleAspectFit
Set height to maybe 144?

stackview:

leading to profile image, maybe 8 offset here as well?
top to profile image top
trailing to superview
bottom to logo image

徽标图片:

bottom and trailing to super view offset 8
height and width to 50