:
: tableView. , scrolling-and-not-having-enough-bottom-space-causing-up-and-down-jumping-of-your-cells effect (.. - ).
cellHeight ( , cellHeight )...
. tableView-footerView , footerView :
let rowHeight = 70
let nrOfCellHeightsSpaces = 6
let heightDependentSpace = nrOfCellHeightsSpaces * rowHeight
let customViewFooter = UIView(frame: CGRect(x: 0, y: 0, width: tableView.bounds.width, height: heightDependentSpace))
customViewFooter.backgroundColor = .clear
tableView.tableFooterView = customViewFooter