Commit 28955bfa authored by pete谢兆麟's avatar pete谢兆麟

优化

parent 23986026
...@@ -141,7 +141,7 @@ extension YHSelectViewController { ...@@ -141,7 +141,7 @@ extension YHSelectViewController {
tableView.dataSource = self tableView.dataSource = self
tableView.delegate = self tableView.delegate = self
tableView.tableHeaderView = sectionView tableView.tableHeaderView = sectionView
tableView.tableFooterView = UIView(frame: CGRect(x: 0, y: 0, width: KScreenWidth, height: KScreenHeight/3)) tableView.tableFooterView = UIView(frame: CGRect(x: 0, y: 0, width: KScreenWidth, height: 250))
tableView.register(cellWithClass: YHSelectLookTableViewCell.self) tableView.register(cellWithClass: YHSelectLookTableViewCell.self)
return tableView return tableView
}() }()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment