Swift - UITableView set separator style

前端 未结 5 1176
别跟我提以往
别跟我提以往 2021-02-04 07:53

How do i set the Separator Style of my UITableView in Swift? I want to get rid of the separator so that there is no grey line between the cells in my table view. Any suggestions

5条回答
  •  独厮守ぢ
    2021-02-04 08:55

    Look under the:

    Attributes inspector > table view > separator This should help you change the separator style or remove it completely

提交回复
热议问题