Commit f882d8aa authored by lujunye's avatar lujunye

修复已知bug

parent 4a1b82c0
...@@ -64,7 +64,7 @@ class GLMessageAlertView: UIView,UITableViewDelegate,UITableViewDataSource { ...@@ -64,7 +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
maketop..left.right.bottom.equalToSuperview() make.top.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