直接上代码:
//去掉背景线条显示
self.tableView.separatorStyle = UITableViewCellSeparatorStyle.SingleLine;
self.tableView.separatorColor = UIColor.clearColor();