How to give space between two cells in tableview?

前端 未结 26 1472
谎友^
谎友^ 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 01:07

    You can create a Sections of TableView also in the UITableView... This methods are compulsory so create sections and in each section you can create single cell as in your picture..

提交回复
热议问题