diff --git a/GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate b/GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate index fd63533d7a2407074482862949f4d015b0e81b8f..6acacffc12b90cd1aa010661264ce576ccebad63 100644 Binary files a/GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate and b/GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/GeliBusinessPlatform/View/AlertView/GLMessageAlertView.swift b/GeliBusinessPlatform/View/AlertView/GLMessageAlertView.swift index 559a0fe44ca2bf2ed766b6b214f480348b1d3366..ee137488a0ccaf67d0ca5eadadc480a6a991d076 100644 --- a/GeliBusinessPlatform/View/AlertView/GLMessageAlertView.swift +++ b/GeliBusinessPlatform/View/AlertView/GLMessageAlertView.swift @@ -64,7 +64,7 @@ class GLMessageAlertView: UIView,UITableViewDelegate,UITableViewDataSource { contentView = loadViewFromNib() addSubview(contentView) contentView.snp.makeConstraints { (make) in - maketop..left.right.bottom.equalToSuperview() + make.top.left.right.bottom.equalToSuperview() } setUI() }