UITableViewCell separator not showing up

后端 未结 8 1510
梦如初夏
梦如初夏 2020-12-09 15:13

I made a custom UITableViewCell in IB, but for some reason, despite the single line option for separator being selected, there are no separator lines on my table.

Ha

8条回答
  •  北海茫月
    2020-12-09 15:33

    Just a heads up even though this is an old post:

    If you are using the simulator and the UITableView separator is not showing up between cells it may be due to the fact that your window scale is too small.

    Change this by going to Window->Scale->100%

提交回复
热议问题