UITableViewCell separator not showing up

后端 未结 8 1520
梦如初夏
梦如初夏 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:56

    In my case, i forgot to call [super layoutSubviews] after overriding the layoutSubviews method. Took me two hours to find the problem.

提交回复
热议问题