Swift tableViewCell展示的隐藏小技巧

Swift tableViewCell展示的隐藏小技巧

去除tableViewCell底部多余的线

 self.tableV.tableFooterView = UIView()//  去除多余的线

关掉cell的点击颜色

 cell.selectionStyle = UITableViewCell.SelectionStyle.none

你可能感兴趣的:(Swift tableViewCell展示的隐藏小技巧)