|
@@ -9,6 +9,7 @@
|
|
import Kingfisher
|
|
import Kingfisher
|
|
import UIKit
|
|
import UIKit
|
|
import BFCommonKit
|
|
import BFCommonKit
|
|
|
|
+import BFUIKit
|
|
|
|
|
|
class PQStuckPointLoadingView: UIView {
|
|
class PQStuckPointLoadingView: UIView {
|
|
var cancelHandle: ((_ sender: UIButton) -> Void)?
|
|
var cancelHandle: ((_ sender: UIButton) -> Void)?
|
|
@@ -31,7 +32,7 @@ class PQStuckPointLoadingView: UIView {
|
|
navBarLeftBtn.imageEdgeInsets = UIEdgeInsets(top: 0, left: 0, bottom: -5, right: 0)
|
|
navBarLeftBtn.imageEdgeInsets = UIEdgeInsets(top: 0, left: 0, bottom: -5, right: 0)
|
|
navBarLeftBtn.imageEdgeInsets = UIEdgeInsets(top: 0, left: 0, bottom: -5, right: 0)
|
|
navBarLeftBtn.imageEdgeInsets = UIEdgeInsets(top: 0, left: 0, bottom: -5, right: 0)
|
|
navBarLeftBtn.tintColor = PQBFConfig.shared.styleTitleColor
|
|
navBarLeftBtn.tintColor = PQBFConfig.shared.styleTitleColor
|
|
- navBarLeftBtn.setImage(UIImage.moduleImage(named: "icon_detail_back", moduleName: "BFFramework",isAssets: false)?.withRenderingMode(.alwaysTemplate), for: .normal)
|
|
|
|
|
|
+ navBarLeftBtn.setImage(imageInUIKit(by: "icon_detail_back")?.withRenderingMode(.alwaysTemplate), for: .normal)
|
|
navBarLeftBtn.addTarget(self, action: #selector(cancelDownload(sender:)), for: .touchUpInside)
|
|
navBarLeftBtn.addTarget(self, action: #selector(cancelDownload(sender:)), for: .touchUpInside)
|
|
return navBarLeftBtn
|
|
return navBarLeftBtn
|
|
}()
|
|
}()
|