|
@@ -266,6 +266,11 @@ class PQStuckPointCuttingView: UIView {
|
|
|
BFLog(message: "progress is \(progress) i \(selectIndex) 命中的位置:\(CGFloat(selectIndex) * oneMarginTime)")
|
|
|
drawLayer.strokeColor = UIColor.hexColor(hexadecimal: PQBFConfig.shared.styleColor.rawValue).cgColor
|
|
|
drawLayer.setNeedsDisplay()
|
|
|
+
|
|
|
+ if(progress >= 0.99){
|
|
|
+ BFLog(message: "播放完成 重新更新 UI ")
|
|
|
+ resetDefaultsColor()
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
|