How to give space between two cells in tableview?

前端 未结 26 1490
谎友^
谎友^ 2020-11-29 00:11

I want a space between two cell in table view,

I want cell like this,

\"enter<

26条回答
  •  借酒劲吻你
    2020-11-29 00:45

    I don't know why all the answers that complicated. KIS, only using storyboard I've put a UIView inside the tableCell Content View; now the UIView height is less than Content View height, and that's it!

    Play with the Content View color and the UIView color to get the desired result.

提交回复
热议问题