func tableView()

in mpush_ios_demo/mpush_ios_demo/LiveActivity/LiveActivityListViewController.swift [264:268]


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