How to give space between two cells in tableview?

前端 未结 26 1532
谎友^
谎友^ 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:03

    In Table View DataSource there are two methods named number of sections and number of rows In sections return 3; In Rows return 1;

提交回复
热议问题