func tableView()

in mpush_ios_demo/mpush_ios_demo/LiveActivity/LiveActivityListViewController.swift [258:262]


    func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
        let v = UIView()
        v.backgroundColor = .clear
        return v
    }