设置高度为0 tv.sectionFooterHeight = 0 2 代理footview 返回 nil func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? { return nil }
swift UITableView 隐藏分组的footer
原文:https://www.cnblogs.com/qingzZ/p/12800156.html