直接上代码:
//去掉背景线条显示
self.tableView.separatorStyle = UITableViewCellSeparatorStyle.SingleLine;
self.tableView.separatorColor = UIColor.clearColor();
版权声明:本文为博主原创文章,未经博主允许不得转载。
Swift开发教程--如何去掉UITableViewController黑色线条
原文地址:http://blog.csdn.net/wanglixin1999/article/details/46956207