|
@@ -21,11 +21,6 @@ class PQStuckPointLoadingView: UIView {
|
|
|
loadingView.displayGIF(data: nil, images: images, repeatCount: .max, duration: duration ?? 2)
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
return loadingView
|
|
|
}()
|
|
|
|
|
@@ -44,8 +39,7 @@ class PQStuckPointLoadingView: UIView {
|
|
|
super.init(frame: frame)
|
|
|
addSubViews()
|
|
|
addLayout()
|
|
|
- backgroundColor = UIColor.black
|
|
|
- alpha = 0.8
|
|
|
+ backgroundColor = UIColor.init(red: 0, green: 0, blue: 0, alpha: 0.8)
|
|
|
}
|
|
|
|
|
|
required init?(coder _: NSCoder) {
|