Swift开发教程--怎样使UITableViewController背景透明

self.tableView.backgroundView?

.backgroundColor = UIColor.clearColor();

self.tableView.backgroundColor = UIColor.clearColor();

原文地址:https://www.cnblogs.com/cxchanpin/p/6958876.html