How to overlap UITableViewCells?

后端 未结 3 1922
无人共我
无人共我 2020-12-29 11:49

\"enter

If you look at the screenshot you will notice that each UITableViewCell are 20

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-29 12:32

    No need to overlap the cells. Your top cell should look like this:

    enter image description here

    and all remaining cells should look like this:

    enter image description here

    Your tableFooterView should just be a grey bar (the "bottom" of a cell)

提交回复
热议问题