|
@@ -37,9 +37,10 @@ class PQStuckPointLoadingView: UIView {
|
|
|
|
|
|
override init(frame: CGRect) {
|
|
|
super.init(frame: frame)
|
|
|
+ backgroundColor = UIColor.init(red: 0, green: 0, blue: 0, alpha: 0.5)
|
|
|
addSubViews()
|
|
|
addLayout()
|
|
|
- backgroundColor = UIColor.init(red: 0, green: 0, blue: 0, alpha: 0.8)
|
|
|
+
|
|
|
}
|
|
|
|
|
|
required init?(coder _: NSCoder) {
|