标签: ios swift uitableview
如何在UITableView?
UITableView
例如,我删除了这样的额外行分隔符:
tableView.tableFooterView = UIView()
显示UITableViewCell表示列表为空或发生错误。
UITableViewCell
但是当我将项目检索到UITableView时,我想再次显示额外的行。
有办法吗?
答案 0 :(得分:0)
只需删除页脚视图:
tableView.tableFooterView = nil