Commit 309e450d authored by Steven杜宇's avatar Steven杜宇

// 消息

parent cf1f883a
......@@ -97,6 +97,7 @@ class YHMessageListVC: YHBaseViewController {
}
func setupUI() {
addObservers()
gk_navigationBar.isHidden = true
view.backgroundColor = .white
......@@ -125,7 +126,7 @@ class YHMessageListVC: YHBaseViewController {
tableView.snp.makeConstraints { make in
make.left.right.equalToSuperview()
make.top.equalToSuperview().offset(4)
make.top.equalToSuperview().offset(14)
make.bottom.equalToSuperview().offset(-k_Height_TabBar)
}
}
......
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