虽然经常会问类似的问题,但我仍然无法找到确切的解决方案。我现在要做的是删除TableCell中的左右边框/边距,如下所示。
Existing problematic TableCell
我尝试在func tableview中添加以下代码(... cellForRowAt ...)但它不起作用,
cell.separatorInset = UIEdgeInsets.zero
cell.layoutMargins = UIEdgeInsets.zero
cell.preservesSuperviewLayoutMargins = false
感谢您的帮助!