如何在2个表视图单元格之间创建空间?

时间:2018-01-07 15:38:16

标签: ios uitableview swift4

我有一个TableViewCell,周围有边框。所以每个单元底部有一些空格。

这就是我想要的:

enter image description here

我看到很多问题是没有任何边界的细胞的工作。我想要的是空间位于每个细胞底部的边界之外。

现在我的手机就像这样

enter image description here

那么如何实现我在第一张图片中说明的输出呢?

1 个答案:

答案 0 :(得分:2)

使用静态/动态tableView单元& amp;不要将边界提供给单元格本身,而是指向名为TopView的子视图

 tableViewCell
    ->ContentView
     ->TopView ---- with border height(static/dynamic)
     ->DownView transparent ---- height(10)

 tableView.separatorStyle = .none