在表视图中删除下线

时间:2017-09-07 09:53:18

标签: ios swift uitableview

我想在TableView中删除这一行。

我用

tableView.tableFooterView = UIView(frame: CGRect.zero) , 
 tableView.tableFooterView?.isHidden = true, 
 tableView.tableFooterView = nil`, 
 tableView.tableFooterView = UIView(frame: CGRect(x: 0, y: 0, width: tableView.frame.size.width, height: 1))`,

将样式tableView设置为分组并将分隔符设置为none不起作用。

image

4 个答案:

答案 0 :(得分:0)

viewDidLoad()

中使用此代码
tableview.separatorStyle = .none

答案 1 :(得分:0)

在属性检查器的Storyboard视图控制器中选择UITableView,您可以更改separator值。

有关详细信息,请参阅此处 screenshot

答案 2 :(得分:0)

转到Tableview属性 - >在Dropbox中选择separater并选择none。

答案 3 :(得分:0)

对不起,问题出在我的代码上,所以你无法回答我。

在我的代码中,我添加到Label中的FooterInSection,我不会检查。

感谢所有帮助我的解决方案。