Commit 4a1b82c0 authored by lujunye's avatar lujunye

更改显示bug.

parent b84668f8
...@@ -64,8 +64,7 @@ class GLMessageAlertView: UIView,UITableViewDelegate,UITableViewDataSource { ...@@ -64,8 +64,7 @@ class GLMessageAlertView: UIView,UITableViewDelegate,UITableViewDataSource {
contentView = loadViewFromNib() contentView = loadViewFromNib()
addSubview(contentView) addSubview(contentView)
contentView.snp.makeConstraints { (make) in contentView.snp.makeConstraints { (make) in
make.top.equalTo(NavCGRect.height) maketop..left.right.bottom.equalToSuperview()
make.left.right.bottom.equalToSuperview()
} }
setUI() setUI()
} }
......
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