Prevent footer overlapping tableViewCell in UITableView - Swift

前端 未结 7 1241
萌比男神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
    
    0 讨论(0)
提交回复
热议问题