我想在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不起作用。
答案 0 :(得分:0)
在 viewDidLoad()
中使用此代码tableview.separatorStyle = .none
答案 1 :(得分:0)
在属性检查器的Storyboard视图控制器中选择UITableView
,您可以更改separator
值。
有关详细信息,请参阅此处 screenshot
答案 2 :(得分:0)
转到Tableview属性 - >在Dropbox中选择separater并选择none。
答案 3 :(得分:0)
对不起,问题出在我的代码上,所以你无法回答我。
在我的代码中,我添加到Label
中的FooterInSection
,我不会检查。
感谢所有帮助我的解决方案。