func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) { cell.backgroundColor = .clear }
UITableViewDelegate에 위의 코드를 적어준다. 그리고 ViewDidLoad에서 tableview.backgroundColor = .clear 도 해준다.
tableview.backgroundColor = .clear