Commit b84668f8 authored by lujunye's avatar lujunye

优化glmessageview阴影部分显示

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