|
@@ -58,6 +58,7 @@ class PQServerProtocalView: UIView {
|
|
|
override init(frame: CGRect) {
|
|
|
super.init(frame: frame)
|
|
|
addSubview(contentView)
|
|
|
+ backgroundColor = UIColor.init(red: 0, green: 0, blue: 0, alpha: 0.8)
|
|
|
contentView.addSubview(titleLab)
|
|
|
contentView.addSubview(confirmBtn)
|
|
|
contentView.addSubview(protocolLab)
|