Prevent footer overlapping tableViewCell in UITableView - Swift

前端 未结 7 1244
萌比男神i
萌比男神i 2020-12-18 06:31

I have this table view which works how i want it to however i have a problem where the footer overlap the cells in the table view as seen in

How can i prevent this?

7条回答
  •  情歌与酒
    2020-12-18 07:28

    Just set your label's background color to UIColor.white. and you are done !

    label.backgroundColor = UIColor.white
    

提交回复
热议问题