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?
Just set your label's background color to UIColor.white. and you are done !
UIColor.white.
label.backgroundColor = UIColor.white