Swift tableViewCell展示的隐藏小技巧
去除tableViewCell底部多余的线
self.tableV.tableFooterView = UIView()// 去除多余的线
关掉cell的点击颜色
cell.selectionStyle = UITableViewCell.SelectionStyle.none
Swift tableViewCell展示的隐藏小技巧
去除tableViewCell底部多余的线
self.tableV.tableFooterView = UIView()// 去除多余的线
关掉cell的点击颜色
cell.selectionStyle = UITableViewCell.SelectionStyle.none
本文标题:Swift tableViewCell展示的隐藏小技巧
本文链接:https://www.haomeiwen.com/subject/tnhziltx.html
网友评论