Commit 079c1f48 authored by David黄金龙's avatar David黄金龙

一处优化

parent 56d68e4b
......@@ -85,8 +85,9 @@ extension YHServiceCenterMainViewController {
view.addSubview(homeTableView)
homeTableView.snp.makeConstraints { make in
make.left.right.bottom.equalToSuperview()
make.left.right.equalToSuperview()
make.top.equalTo(k_Height_NavigationtBarAndStatuBar)
make.bottom.equalToSuperview().offset(-k_Height_TabBar)
}
homeTableView.delegate = self
homeTableView.dataSource = self
......
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